Yuque Ecosystem
Yuque AI Ecosystem โ MCP Server, Skills & Plugin for Yuque (่ฏญ้)
Installation
npx yuque-ecosystemAsk AI about Yuque Ecosystem
Powered by Claude ยท Grounded in docs
I know everything about Yuque Ecosystem. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
ไธญๆ | English | ๐ค Agent Install
Yuque AI Ecosystem โ ่ฏญ้ AI ็ๆ
The unified home for everything in the Yuque AI ecosystem โ website, plugins, skills, and shared resources.
๐ ่ฏญ้ + AI๏ผไปๆๆกฃๅทฅๅ ทๅฐไฝ ็็ฌฌไบๅคง่ โ ไบ่งฃ่ฏญ้ AI ็ๆ็ๅฎๆดๆฟๆฏ
Architecture
This is a Stripe-style monorepo: one core SDK (yuque-mcp-server) + one ecosystem repository (this repo) containing all client integrations.
| Repository | Purpose | Stripe Analogy |
|---|---|---|
| yuque-mcp-server | Core MCP Server (npm package) | stripe-node (SDK) |
| yuque-ecosystem (this repo) | Website + All Client Plugins + Skills | stripe-examples + docs |
Repository Structure
yuque-ecosystem/
โโโ website/ # Official website (GitHub Pages)
โโโ plugins/
โ โโโ claude-code/ # Claude Code Plugin (Marketplace)
โ โ โโโ personal/ # Personal edition โ 16 Tools + 8 Skills
โ โ โโโ group/ # Team edition โ 16 Tools + 6 Skills
โ โโโ opencode/ # OpenCode Plugin (MCP + Skills)
โ โ โโโ personal/ # Personal edition โ 16 Tools + 8 Skills
โ โ โโโ group/ # Team edition โ 16 Tools + 6 Skills
โ โโโ openclaw/ # OpenClaw Plugin (Agent Skills)
โโโ shared/
โ โโโ mcp-config/ # MCP config templates for various editors
โโโ .claude-plugin/ # Claude Code Marketplace entry
โโโ package.json # npm workspaces root
Quick Start
Claude Code
# Option 1: Install via Marketplace
claude plugin marketplace add yuque/yuque-ecosystem
# Option 2: Add MCP Server directly
claude mcp add yuque-mcp -- npx -y yuque-mcp --token=YOUR_TOKEN
OpenCode
Add to your opencode.json:
{
"mcp": {
"yuque": {
"type": "local",
"command": ["npx", "-y", "yuque-mcp", "--token=YOUR_TOKEN"]
}
}
}
See plugins/opencode/ for skills installation and full setup guide.
Other Editors
See shared/mcp-config/ for configuration templates for Cursor, Windsurf, GitHub Copilot (VS Code), and more.
Modules
| Module | Description | Link |
|---|---|---|
| ๐ Website | Official ecosystem website | website/ |
| ๐ Claude Code Plugin | Claude Code Marketplace plugin | plugins/claude-code/ |
| ๐ข OpenCode Plugin | OpenCode MCP + Skills integration | plugins/opencode/ |
| ๐ค OpenClaw Plugin | OpenClaw Agent integration | plugins/openclaw/ |
| ๐ MCP Config | Editor configuration templates | shared/mcp-config/ |
Development
# Website development
cd website
npm install
npm run dev
# OpenClaw Plugin development
cd plugins/openclaw
npm install
npm run build
Links
License
MIT ยฉ Yuque
