The Yuque MCP Server allows users to expose their knowledge base from Yuque to AI assistants via the Model Context Protocol.
From the registry: MCP server for Yuque — expose your knowledge base to AI assistants.
Please install the `yuque-mcp-yuque` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Node.js 18 or later required (https://nodejs.org)
- **Yuque Personal Token** — Create token at https://www.yuque.com/settings/tokens (https://www.yuque.com/settings/tokens)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","yuque-mcp"]
- required environment variables:
- `YUQUE_PERSONAL_TOKEN`: Yuque personal access token (example: `<your-yuque-personal-token>`)
Note: Official Yuque MCP server. 16 tools: user, search, books, docs, TOC, notes. Quick install: npx yuque-mcp install --token=YOUR_TOKEN --client=cursor
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_PERSONAL_TOKENrequiredFor accessing your personal Yuque account.MCP server for searching Airweave collections with natural language queries.