Yuque MCP Server

$npx -y @wangx-wx/yuque-mcp
README.md

Search and retrieve detailed document content from the Yuque platform.

Enables searching and retrieving detailed document content from the Yuque platform through its API. It allows AI models to search for documentation and knowledge bases by keywords and access specific document details.

Tools (2)

search_docsSearch for documents on Yuque by keywords.
get_doc_detailRetrieve the detailed content of a specific Yuque document.

Environment Variables

YUQUE_TOKENrequiredPersonal access token for the Yuque API

Configuration

claude_desktop_config.json
{
  "mcpServers": {
    "yuque": {
      "command": "npx",
      "args": ["-y", "@wangx-wx/yuque-mcp"],
      "env": {
        "YUQUE_TOKEN": "your_token_here"
      }
    }
  }
}

Try it

Search my Yuque knowledge base for documents about 'Project Roadmap'.
Get the full content of the document with slug 'api-docs' in the 'engineering' namespace.
Find all Yuque documents related to 'onboarding' and summarize their contents.

Frequently Asked Questions

How do I install Yuque MCP Server?

Install Yuque MCP Server by running: npx -y @wangx-wx/yuque-mcp

What MCP clients work with Yuque MCP Server?

Yuque MCP Server works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Use Yuque MCP Server with Conare

Manage MCP servers visually, upload persistent context, and never start from zero with Claude Code & Codex.

Try Free