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
By HenryHaoson
Installation
npx -y Yuque-MCP-ServerConfiguration
{
"mcpServers": {
"Yuque-MCP-Server": {
"command": "npx",
"args": ["-y", "Yuque-MCP-Server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes