yuque-ecosystem

yuque/yuque-ecosystem
★ 145 stars TypeScript 🤖 AI/LLM Updated today
Yuque AI Ecosystem — MCP Server, Skills & Plugin for Yuque (语雀)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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