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 APIConfiguration
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.