Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y chinese-text-tools
MCP client config
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}