Stats
Actions
Tags
From yuque-group
Connects to Yuque API for knowledge base access, document retrieval, search, and management. Runs locally as subprocess, requires YUQUE_TOKEN.
Copy this JSON into your .mcp.json to enable this server
Add 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
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
YUQUE_TOKEN=${YUQUE_GROUP_TOKEN}Sensitive values you must provide — never committed to source control
npx claudepluginhub yuque/yuque-ecosystem --plugin yuque-group