1. Conduid
  2. Developer Tools
  3. Yuque Ecosystem
MCP server · Developer Tools

Yuque Ecosystem

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

Unclaimed last commit 6 months ago devtools
61Good

Scored 3 months ago · breakdown

About Yuque Ecosystem

Yuque Ecosystem is an MCP server published by yuque in the Developer Tools category: yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (语雀). It has been installed 0 times through Conduid.

The repository has 70 stars and 8 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx yuque-ecosystem

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Yuque Ecosystem

Powered by Claude · Grounded in docs

I know everything about Yuque Ecosystem. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

中文 | English | 🤖 Agent Install

Yuque AI Ecosystem — 语雀 AI 生态

The unified home for everything in the Yuque AI ecosystem — website, plugins, skills, and shared resources.

Website npm

📖 语雀 + 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

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Yuque Ecosystem

How do I install Yuque Ecosystem?

Run npx yuque-ecosystem, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Yuque Ecosystem safe to use with an AI agent?

Its trust score is 61 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Yuque Ecosystem still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.