Yuque MCP
Rank #6,231io.github.yuque/yuque-mcp
MCP server providing yuque-mcp capabilities
Yuque MCP is a Model Context Protocol (MCP) server published by yuque. It ranks #6,231 of 132,046 servers tracked on MCP Toplist, and its repository has 245 GitHub stars. Yuque MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Feb 27, 2026 and most recently updated on Feb 27, 2026.
Ranks ahead of 125,815 of 132,046 servers on MCP Toplist.
Use Yuque MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yuque-mcp -e "YUQUE_PERSONAL_TOKEN=<your YUQUE_PERSONAL_TOKEN>" -e "YUQUE_GROUP_TOKEN=<your YUQUE_GROUP_TOKEN>" -e "YUQUE_TOKEN=<your YUQUE_TOKEN>" -- npx -y yuque-mcpReplace each placeholder with your own value before saving.
[mcp_servers.yuque-mcp]
command = "npx"
args = ["-y", "yuque-mcp"]
[mcp_servers.yuque-mcp.env]
YUQUE_PERSONAL_TOKEN = "<your YUQUE_PERSONAL_TOKEN>"
YUQUE_GROUP_TOKEN = "<your YUQUE_GROUP_TOKEN>"
YUQUE_TOKEN = "<your YUQUE_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yuque-mcp": {
"command": "npx",
"args": [
"-y",
"yuque-mcp"
],
"env": {
"YUQUE_PERSONAL_TOKEN": "<your YUQUE_PERSONAL_TOKEN>",
"YUQUE_GROUP_TOKEN": "<your YUQUE_GROUP_TOKEN>",
"YUQUE_TOKEN": "<your YUQUE_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yuque-mcp": {
"command": "npx",
"args": [
"-y",
"yuque-mcp"
],
"env": {
"YUQUE_PERSONAL_TOKEN": "<your YUQUE_PERSONAL_TOKEN>",
"YUQUE_GROUP_TOKEN": "<your YUQUE_GROUP_TOKEN>",
"YUQUE_TOKEN": "<your YUQUE_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"yuque-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"yuque-mcp"
],
"env": {
"YUQUE_PERSONAL_TOKEN": "<your YUQUE_PERSONAL_TOKEN>",
"YUQUE_GROUP_TOKEN": "<your YUQUE_GROUP_TOKEN>",
"YUQUE_TOKEN": "<your YUQUE_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yuque-mcp": {
"command": "npx",
"args": [
"-y",
"yuque-mcp"
],
"env": {
"YUQUE_PERSONAL_TOKEN": "<your YUQUE_PERSONAL_TOKEN>",
"YUQUE_GROUP_TOKEN": "<your YUQUE_GROUP_TOKEN>",
"YUQUE_TOKEN": "<your YUQUE_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"yuque-mcp": {
"command": "npx",
"args": [
"-y",
"yuque-mcp"
],
"env": {
"YUQUE_PERSONAL_TOKEN": "<your YUQUE_PERSONAL_TOKEN>",
"YUQUE_GROUP_TOKEN": "<your YUQUE_GROUP_TOKEN>",
"YUQUE_TOKEN": "<your YUQUE_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.yuque%2Fyuque-mcp)<a href="https://mcptoplist.com/server/io.github.yuque%2Fyuque-mcp"><img src="https://mcptoplist.com/badge/io.github.yuque%2Fyuque-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
yuque
Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Feb 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Yuque MCP?
- Yuque MCP is maintained by yuque, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Yuque MCP listed on the Official MCP Registry?
- Yes — Yuque MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Yuque MCP have?
- MCP Toplist tracks 2 versions of Yuque MCP, most recently published on Feb 27, 2026.
- Where can I find the source code for Yuque MCP?
- The source code for Yuque MCP is hosted at github.com/yuque/yuque-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.