Odel
Yuque MCP

Yuque MCP

Local
@wwwwujlTypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@wwwwwujl/yuque-mcpv1.1.0

Run

npx -y @wwwwwujl/yuque-mcp

MCP client config

{
  "mcpServers": {
    "yuque-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@wwwwwujl/yuque-mcp"
      ]
    }
  }
}