Learning Resources
hanyuguide.com
Provides Chinese language dictionary, pinyin conversion, and character stroke data.
ENDPOINT 1
https://hanyuguide.com/mcp/hanyuguide
MCP server metadata
- Name
- HanyuGuide Public Chinese Tools
- Version
- 0.1.0
Known tools 4
dictionary_searchSearch public Chinese dictionary entries by Hanzi, pinyin, or English meaning.
Inferred read-onlydictionary_entryFetch a public HanyuGuide dictionary entry with definitions, variants, relations, usage notes, examples, and character metadata when present.
Inferred read-onlypinyin_convertConvert Chinese text to tone-mark pinyin using HanyuGuide dictionary-backed longest-match segmentation.
Inferred read-onlycharacter_strokesFetch public single-character decomposition, readings, radical, stroke order paths, and stroke medians when HanyuGuide has them.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hanyuguide-public-chinese-tools]
url = "https://hanyuguide.com/mcp/hanyuguide"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hanyuguide-public-chinese-tools": {
"type": "http",
"url": "https://hanyuguide.com/mcp/hanyuguide"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hanyuguide-public-chinese-tools
Remote MCP URL: https://hanyuguide.com/mcp/hanyuguide
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hanyuguide-public-chinese-tools": {
"url": "https://hanyuguide.com/mcp/hanyuguide"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hanyuguide-public-chinese-tools": {
"type": "http",
"url": "https://hanyuguide.com/mcp/hanyuguide"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hanyuguide-public-chinese-tools",
"transport": "streamable-http",
"url": "https://hanyuguide.com/mcp/hanyuguide"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.