HomeOther › yuque-mcp-server

yuque-mcp-server

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

TypeScript
★ 245 stars Last pushed 2026-07-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.4)

npx -y yuque-mcp@0.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "yuque-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "yuque-mcp@0.1.4"
      ],
      "env": {
        "YUQUE_PERSONAL_TOKEN": "<YOUR_VALUE>",
        "YUQUE_GROUP_TOKEN": "<YOUR_VALUE>",
        "YUQUE_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • YUQUE_PERSONAL_TOKEN secret — Yuque personal API token (get from https://www.yuque.com/settings/tokens). Use one of: YUQUE_PERSONAL_TOKEN, YUQUE_GROUP_TOKEN, or YUQUE_TOKEN.
  • YUQUE_GROUP_TOKEN secret — Yuque group/team API token (alternative to YUQUE_PERSONAL_TOKEN for team workspaces).
  • YUQUE_TOKEN secret — Yuque API token (legacy, use YUQUE_PERSONAL_TOKEN or YUQUE_GROUP_TOKEN instead).

Related servers

Data from the Official MCP Registry