From yuque-group
Connects to Yuque API for knowledge base access, document retrieval, search, and management. Runs locally as subprocess, requires YUQUE_TOKEN.
npx claudepluginhub yuque/yuque-ecosystem --plugin yuque-groupAdd to your .mcp.json:
{
"mcpServers": {
"yuque": {
"command": "npx",
"args": [
"-y",
"yuque-mcp@latest"
],
"env": {
"YUQUE_TOKEN": "${YUQUE_GROUP_TOKEN}"
}
}
}
}Replace placeholder values for: YUQUE_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxYUQUE_TOKEN=${YUQUE_GROUP_TOKEN}Share bugs, ideas, or general feedback.