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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
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.
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.
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.
claude mcp add yuque-mcp -- npx -y @wwwwwujl/yuque-mcp
{
"mcpServers": {
"yuque-mcp": {
"args": [
"-y",
"@wwwwwujl/yuque-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.yuque-mcp]
command = "npx"
args = ["-y", "@wwwwwujl/yuque-mcp"]
{
"mcpServers": {
"yuque-mcp": {
"args": [
"-y",
"@wwwwwujl/yuque-mcp"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
MCP server for Atlassian Bitbucket Data Center - interact with repositories and code
MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.
Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.
GA4 MCP that reads AND writes: reports, funnels, audits, and server-side events. 26 tools.
Create, deploy, and operate MCP servers directly from your GitHub repositories.
MCP server for Drone CI/CD: 45 tools for builds, repos, secrets, users and templates
MCP server for the GitHub REST API: issues, PRs, repos; read always on, write env-gated.
Answers built from our own checks of this server.