Back to MCP Servers

Yuque

📇 ☁️ A Model-Context-Protocol (MCP) server for integrating with Yuque API, allowing AI models to manage documents, interact with knowledge bases, search content, and access analytics data from the Yuque platform.

other-tools-and-integrationsapiai

Installation

npx -y Yuque-MCP-Server

Configuration

{
  "mcpServers": {
    "Yuque-MCP-Server": {
      "command": "npx",
      "args": ["-y", "Yuque-MCP-Server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub