Yuque MCP Server provides a bridge between AI models and the Yuque knowledge base platform through the Model Context Protocol. Built by HenryHaoson, it enables AI assistants to perform document management operations (create, read, update, delete), search content, and retrieve team statistics via Yuque's API. The server can be deployed as a Docker container or run locally in either HTTP or CLI mode, with flexible configuration options including dynamic API token setting via query parameters. This implementation is particularly valuable for workflows requiring knowledge management, document collaboration, and team analytics within the Yuque ecosystem.
HenryHaoson