Yuque
Yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (语雀)
What is Yuque?
Yuque is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to yuque ai ecosystem — mcp server, skills & plugin for yuque (语雀)
Yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (语雀)
This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx yuque-ecosystemConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Yuque
The Yuque MCP Server connects AI assistants to Yuque (语雀), Alibaba's popular Chinese knowledge-base and documentation platform, giving agents access to 16 tools for reading, writing, and searching Yuque documents and spaces. It is part of the broader Yuque AI Ecosystem which also ships skills and plugins for Claude Code, OpenCode, and OpenClaw. Teams using Yuque as their internal wiki can integrate it with AI workflows to query documents, draft content, and automate knowledge management tasks directly from their preferred AI client.
Prerequisites
- Node.js 18+ installed (required to run `npx`)
- A Yuque account with an API token (obtained from Yuque account settings → Token)
- An MCP-compatible client such as Claude Desktop, Claude Code, Cursor, or Windsurf
- Network access to the Yuque API (app.yuque.com or a self-hosted Yuque instance)
Obtain your Yuque API token
Log in to Yuque, go to Account Settings → Token (账户设置 → Token), and create a personal access token with the required read/write permissions for your workspaces.
Add the MCP server to Claude Code
Use the Claude Code CLI to register the Yuque MCP server with your token. Replace `YOUR_TOKEN` with the token you obtained in the previous step.
claude mcp add yuque-mcp -- npx -y yuque-mcp --token=YOUR_TOKENConfigure for Claude Desktop or other clients
For clients that use a JSON config file, add the following block to your `claude_desktop_config.json` under `mcpServers`.
Install the Claude Code plugin from the marketplace (optional)
For additional skills beyond the 16 core tools, install the Yuque plugin from the Claude Code marketplace. This adds 8 skills for the personal edition or 6 for the team edition.
claude plugin marketplace add yuque/yuque-ecosystemVerify the connection
Ask your AI client to list your Yuque spaces or retrieve a document to confirm the server is responding correctly.
Yuque Examples
Client configuration
Claude Desktop config block that launches the Yuque MCP server via npx with an authentication token.
{
"mcpServers": {
"yuque": {
"command": "npx",
"args": ["-y", "yuque-mcp", "--token=YOUR_TOKEN"]
}
}
}Prompts to try
Example queries to send to your AI client once the Yuque MCP server is connected.
- "List all the spaces in my Yuque account"
- "Find documents about project onboarding in the Engineering space"
- "Create a new document titled 'Q3 Planning Notes' in my Personal space"
- "Summarise the document at https://www.yuque.com/myteam/docs/api-guide"
- "Search my Yuque knowledge base for anything about database schema design"Troubleshooting Yuque
Authentication error: 'Invalid token' or 403 Forbidden
Double-check the token value in your config. Yuque tokens expire or can be revoked — regenerate one in Yuque account settings under Token and update your MCP config accordingly.
npx command fails with module not found
Ensure Node.js 18+ is installed and `npx` is available. Run `npx -y yuque-mcp --version` in your terminal to test. If npm registry access is blocked, try `npm install -g yuque-mcp` and use `yuque-mcp` as the command instead.
Server connects but returns no documents
Confirm the token has read permissions for the workspace you are querying. Also check whether your Yuque plan supports API access — some features require a Team or Enterprise plan.
Frequently Asked Questions about Yuque
What is Yuque?
Yuque is a Model Context Protocol (MCP) server that yuque ai ecosystem — mcp server, skills & plugin for yuque (语雀) It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Yuque?
Follow the installation instructions on the Yuque GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Yuque?
Yuque works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Yuque free to use?
Yes, Yuque is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Yuque Alternatives — Similar Knowledge & Memory Servers
Looking for alternatives to Yuque? Here are other popular knowledge & memory servers you can use with Claude, Cursor, and VS Code.
MemPalace
★ 52.6kA local AI memory system that stores all conversations verbatim and organizes them into navigable structures. It provides 19 MCP tools for AI assistants to search and retrieve past decisions, debugging sessions, and architecture debates automatically
Kratos
★ 25.7k🏛️ Memory System for AI Coding Tools - Never explain your codebase again. MCP server with perfect project isolation, 95.8% context accuracy, and the Four Pillars Framework.
Context Mode
★ 15.4kAn MCP server that preserves LLM context by intercepting large data outputs and returning only concise summaries or relevant sections. It enables efficient sandboxed code execution, file processing, and documentation indexing across multiple programm
Memu
★ 13.7kMemory for 24/7 proactive agents like OpenClaw.
MemOS
★ 9.3kMemOS (Memory Operating System) is a memory management operating system designed for AI applications. Its goal is: to enable your AI system to have long-term memory like a human, not only remembering what users have said but also actively invoking, u
Everos
★ 5.4kBuild, evaluate, and integrate long-term memory for self-evolving agents.
Browse More Knowledge & Memory MCP Servers
Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Yuque in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Yuque?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.