Knowledge Systems
Trust: 41/100 (Fair)io.github.yuque/yuque-mcp Guide
MCP server for Yuque — expose your knowledge base to AI assistants.
69 starsby yuque
Quick Start
Install
npx yuque-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-yuque-yuque-mcp": {
"command": "npx",
"args": [
"yuque-mcp"
]
}
}
}