Skip to content
Cursor

chinese text tools for Cursor

io.github.cail726/chinese-text-tools

Claude Code 中文写作四合一工具箱:文本分析(字数/段落/阅读时间)、结构化大纲生成(论文/小说/商业计划书)、GB/T 7714 参考文献格式化、中文字频统计。纯本地运行。

client:Cursor transport:stdio runtime:npm

Install chinese text tools in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "chinese-text-tools": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chinese-text-tools"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

chinese text tools in other clients