mcpbeat Sign in

Yuque MCP Server

local only

Yuque MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 18 Feb 2026.

Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.

Installs per day peak 12 · avg 5 · +54% w/w
a month agotoday
37
Installs / week
npm · @wwwwwujl/yuque-mcp
0
Stars
0 open issues
18 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Dumps the whole environment src/smoke.ts:102
  for (const [key, value] of Object.entries(process.env)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yuque-mcp -- npx -y @wwwwwujl/yuque-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yuque-mcp": {
      "args": [
        "-y",
        "@wwwwwujl/yuque-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yuque-mcp]
command = "npx"
args = ["-y", "@wwwwwujl/yuque-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "yuque-mcp": {
      "args": [
        "-y",
        "@wwwwwujl/yuque-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yuque-mcp": {
      "args": [
        "-y",
        "@wwwwwujl/yuque-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YUQUE_TOKEN (Yuque API token), YUQUE_ENDPOINT (Yuque API endpoint (optional)), YUQUE_TIMEOUT_MS (Yuque API timeout in milliseconds (optional)), YUQUE_MAX_RETRIES (Read-only retry count (optional)), YUQUE_ALLOW_WRITE (Enable write tools when true (optional, default false)), YUQUE_WRITE_NAMESPACE_ALLOWLIST (Comma-separated namespace allowlist for repo/doc/toc writes (optional)), YUQUE_WRITE_GROUP_ALLOWLIST (Comma-separated group login allowlist for group writes (optional)), YUQUE_ALLOW_DELETE (Enable delete tools when true (optional, default false)), YUQUE_DELETE_NAMESPACE_ALLOWLIST (Comma-separated delete allowlist targets (optional)), YUQUE_FILE_ROOT (Allowed root directory for file-based doc tools (optional, default current working directory)), YUQUE_FILE_MAX_BYTES (Maximum size for file-based doc tools (optional, default 1048576)), YUQUE_FILE_ALLOWED_EXTENSIONS (Comma-separated allowed extensions for file-based doc tools (optional, default .md,.markdown,.txt)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Yuque MCP

same job, measured the same way
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only
Atlassian Dc MCP Bitbucket
by mrrefactoring

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

72 installs/wk local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
MCP Google Analytics
by leonardosepulvedat

GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.

1 756 installs/wk local only
Arlet
by arlet

Create, deploy, and operate MCP servers directly from your GitHub repositories.

answering
Drone CI/CD MCP Server
by yusiwen

MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates

local only
Github MCP
by jaimenbell

MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.

59 installs/wk local only

Yuque MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Yuque MCP?
Yuque MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @wwwwwujl/yuque-mcp was installed 37 times last week.
How do I connect Yuque MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @wwwwwujl/yuque-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Yuque MCP?
The npm package @wwwwwujl/yuque-mcp was installed 37 times in the last week. Week over week that is +54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Yuque MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.