yuque-mcp-tool

andy8663/yuque-mcp-tool
★ 1 stars Python Other Updated 2d ago
MCP server for reading Yuque documents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "yuque-mcp-tool": {
      "command": "uvx",
      "args": [
        "yuque-mcp-tool"
      ]
    }
  }
}

Or install with pip: pip install yuque-mcp-tool