This MCP server is designed for integrating with Yuque, allowing operations such as discovering repositories, managing documents, and handling group memberships.
From the registry: MCP server for Yuque — expose your knowledge base to AI assistants.
Please install the `yuque-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 20+** — Node.js 20 or later required (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `node`
- args: ["dist/index.js"]
- required environment variables:
- `YUQUE_TOKEN`: Yuque personal access token (example: `<your-yuque-token>`)
- optional environment variables:
- `YUQUE_ALLOW_WRITE`: Set to true to enable write operations (default: false) (example: `true`)
- `YUQUE_ALLOW_DELETE`: Set to true to enable delete operations (default: false) (example: `true`)
Note: Requires building from source: npm install && npm run build. All write tools blocked by default; set YUQUE_ALLOW_WRITE=true to enable.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.YUQUE_TOKENrequiredAPI token for authenticating with Yuque.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…