Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
claude mcp add chinese-text-tools -- npx -y chinese-text-tools
claude_desktop_config.json
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"chinese-text-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"chinese-text-tools": {
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Cail726--chinese-text-tools/reviews or the review_server meta-tool.
POST /mcp