Skip to main content
Other Tools and IntegrationsTypeScript

HenryHaoson/Yuque-MCP-Server

πŸ“‡ ☁️ 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-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/HenryHaoson/Yuque-MCP-Server

Claude Desktop configuration example:

{
  "mcpServers": {
    "yuque-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "HenryHaoson/Yuque-MCP-Server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
HenryHaoson