chinese text tools for Grok
io.github.cail726/chinese-text-tools
Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。
client:Grok
transport:stdio
runtime:npm
Install chinese text tools in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"chinese-text-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"chinese-text-tools"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs