Loading...

Yuque MCP server enables AI models to interact with Yuque's knowledge base platform, providing tools for document management, search, and team statistics.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Yuque MCP server enables AI models to interact with Yuque's knowledge base platform, providing tools for document management, search, and team statistics.
The Yuque MCP server offers a mix of read and write capabilities, making it moderately risky. While it provides tools for managing Yuque documents, the absence of sandboxing and reliance on API token authentication require careful management of credentials and permissions to prevent unauthorized access or data manipulation.
Performance will depend on the size of the Yuque knowledge base and the frequency of API calls. Consider implementing caching to improve response times.
Cost will depend on Yuque API usage. Monitor API call volume to avoid exceeding rate limits or incurring unexpected charges.
npx -y @smithery/cli install @HenryHaoson/Yuque-MCP-Server --client claudeget_current_userRetrieves basic information about the currently authenticated Yuque user.
Read-only operation, no side effects.
get_user_docsLists all knowledge base documents accessible to the current user.
Read-only operation, no side effects.
get_user_reposRetrieves a list of knowledge repositories for a specified user.
Read-only operation, no side effects.
get_repo_docsLists all documents within a specific knowledge repository.
Read-only operation, no side effects.
get_docRetrieves the detailed content of a specific Yuque document.
Read-only operation, no side effects.
create_docCreates a new Yuque document in a specified knowledge repository.
Creates new content, but does not modify existing data without explicit instruction.
update_docUpdates an existing Yuque document with new content or settings.
Modifies existing content, potentially overwriting data.
delete_docDeletes a specified document from a Yuque knowledge repository.
Irreversibly removes data.
searchSearches for documents or knowledge repositories within the Yuque platform.
Read-only operation, no side effects.
get_group_statisticsRetrieves aggregated statistics for a team, including member count and document metrics.
Read-only operation, no side effects.
get_group_member_statisticsRetrieves statistics for individual members of a team, such as edit counts and views.
Read-only operation, no side effects.
get_group_book_statisticsRetrieves statistics for team knowledge repositories, including document counts and readership.
Read-only operation, no side effects.
get_group_doc_statisticsRetrieves statistics for team documents, such as word count and views.
Read-only operation, no side effects.
API Key
hybrid
The Yuque MCP server offers a mix of read and write capabilities, making it moderately risky. While it provides tools for managing Yuque documents, the absence of sandboxing and reliance on API token authentication require careful management of credentials and permissions to prevent unauthorized access or data manipulation.
The level of autonomy depends on the specific tools used and the configuration of the AI model. Exercise caution when using tools that modify or delete data.
Production Tip
Implement robust error handling and logging to monitor server performance and identify potential issues.
The server uses API token authentication.
Yes, but functionality may be limited depending on the API access granted to free accounts.
Store your API token securely and avoid committing it to version control. Use environment variables or query parameters to pass the token to the server.
Rate limiting is not explicitly implemented in the server, but the Yuque API may have its own rate limits. Monitor API usage to avoid exceeding these limits.
Yes, the project provides Docker support for easy deployment.
Modify the `registerTools` method in `src/server.ts` to add new tools.
The server supports Markdown, HTML, and Lake formats.