Overview
what is HenryHaoson_Yuque-MCP-Server?
HenryHaoson_Yuque-MCP-Server is a Model-Context-Protocol (MCP) server designed for integration with the Yuque API, allowing AI models to interact with the Yuque knowledge base platform.
how to use HenryHaoson_Yuque-MCP-Server?
To use the server, clone the repository, install dependencies, and run the server in either development or production mode. You can also deploy it using Docker for easier management.
key features of HenryHaoson_Yuque-MCP-Server?
- User and document management tools for creating, reading, updating, and deleting documents.
- Search functionality within the Yuque platform.
- Team statistics and analysis tools for monitoring knowledge base usage.
- Integration capabilities with AI models using the MCP protocol.
use cases of HenryHaoson_Yuque-MCP-Server?
- Managing documents in a collaborative knowledge base.
- Analyzing team performance and document usage statistics.
- Enabling AI models to interact with knowledge base data dynamically.
FAQ from HenryHaoson_Yuque-MCP-Server?
- What are the prerequisites for running the server?
Node.js 18+ and a Yuque account with an API token are required.
- Can I deploy this server using Docker?
Yes! The project provides Docker support for easy deployment.
- How can I add new tools to the server?
You can modify the
registerToolsmethod in thesrc/server.tsfile to add new tools.