chinese text tools for VS Code
io.github.cail726/chinese-text-tools
Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
client:VS Code
transport:stdio
runtime:npm
Install chinese text tools in VS Code
.vscode/mcp.json
{
"servers": {
"chinese-text-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs