Yuque

v1.0.0Knowledge & Memorystable

Yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (语雀)

yuque-ecosystemmcpai-integration
Share:
171
Stars
0
Downloads
0
Weekly
0/5

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

Connect AI to Yuque (语雀) for knowledge management.
Access Yuque's MCP server, skills, and plugins ecosystem.
yuque

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx yuque-ecosystem

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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)
1

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.

2

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_TOKEN
3

Configure 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`.

4

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-ecosystem
5

Verify 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.

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.

Quick Config Preview

{ "mcpServers": { "yuque-ecosystem": { "command": "npx", "args": ["-y", "yuque-ecosystem"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides