Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
Install
Run one of the commands below, then add the client config underneath.
npx -y chinese-text-toolsClient configuration
Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}About this server
Chinese Text Tools is listed in the Developer Tools category of the MCPNav directory. It is distributed as npm and can be loaded by any client that speaks the Model Context Protocol.
Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.
Frequently asked questions
What is the Chinese Text Tools MCP server?+
Chinese Text Tools is an MCP server by Cail726. Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
How do I install Chinese Text Tools?+
Install it with: npx -y chinese-text-tools. Then add the JSON config to your client's MCP settings and restart the client.
Is Chinese Text Tools free to use?+
The MCP server itself is free to install. The source is public on https://github.com/Cail726/chinese-text-tools. Any third-party API it calls (such as a search or maps API) may require its own key and billing.
Which clients support Chinese Text Tools?+
Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.