chinese-text-tools
About
Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add chinese-text-tools -- npx chinese-text-tools
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"chinese-text-tools","command":"npx","args":["chinese-text-tools"]}'
JSON
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"chinese-text-tools"
]
}
}
}