Skip to content
Claude Desktop

yuque mcp for Claude Desktop

io.github.yuque/yuque-mcp

MCP server for Yuque — expose your knowledge base to AI assistants.

client:Claude Desktop transport:stdio runtime:npm

Install yuque mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "yuque-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yuque-mcp"
      ],
      "env": {
        "YUQUE_PERSONAL_TOKEN": "<YUQUE_PERSONAL_TOKEN>",
        "YUQUE_GROUP_TOKEN": "<YUQUE_GROUP_TOKEN>",
        "YUQUE_TOKEN": "<YUQUE_TOKEN>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

yuque mcp in other clients