← Back to Plugins
MCP Server MCP

io.github.yuque/yuque-mcp

github By github 👁 2 views ▲ 0 votes

MCP server for Yuque — expose your knowledge base to AI assistants.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "yuque-mcp",
      "version": "0.1.4",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Yuque personal API token (get from https://www.yuque.com/settings/tokens). Use one of: YUQUE_PERSONAL_TOKEN, YUQUE_GROUP_TOKEN, or YUQUE_TOKEN.",
          "format": "string",
          "isSecret": true,
          "name": "YUQUE_PERSONAL_TOKEN"
        },
        {
          "description": "Yuque group/team API token (alternative to YUQUE_PERSONAL_TOKEN for team workspaces).",
          "format": "string",
          "isSecret": true,
          "name": "YUQUE_GROUP_TOKEN"
        },
        {
          "description": "Yuque API token (legacy, use YUQUE_PERSONAL_TOKEN or YUQUE_GROUP_TOKEN instead).",
          "format": "string",
          "isSecret": true,
          "name": "YUQUE_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...