Skip to content
Windsurf

yuque mcp for Windsurf

io.github.yuque/yuque-mcp

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

client:Windsurf transport:stdio runtime:npm

Install yuque mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

yuque mcp in other clients