基于 go-zero MCP 组件开发的语雀 Model Context Protocol 服务器,为 AI 助手提供语雀知识库操作能力。
YuQueMCP becomes available to MCP clients through the yuquemcp mcp server. 基于 go-zero MCP 组件开发的语雀 Model Context Protocol 服务器,为 AI 助手提供语雀知识库操作能力。.
基于 go-zero MCP 组件开发的语雀 Model Context Protocol 服务器,为 AI 助手提供语雀知识库操作能力。
Once connected, the assistant can call these 12 tools directly:
book_id — 知识库ID或路径doc_id — 文档ID或slugtitle — 文档标题body — 文档内容(可选)format — 文档格式,默认markdownpublic — 公开设置,默认0(私密)query — 搜索关键词yuque_get_current_user — The yuque_get_current_user tool exposed by this serveryuque_get_document — The yuque_get_document tool exposed by this serveryuque_create_document — 创建新文档。 - book_id: 知识库ID或路径 - title: 文档标题 - body: 文档内容(可选) - format: 文档格式,默认markdown - public: 公开设置,默认0(私密)yuque_update_document — 更新文档内容。 - book_id: 知识库ID或路径 - doc_id: 文档ID或slug - title: 新标题(可选) - body: 新内容(可选) - format: 文档格式(可选) - public: 公开设置(可选)yuque_search_documents — The yuque_search_documents tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply one environment variable: YUQUE_TOKEN. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. YuQueMCP sits in that group, and the shape of its toolset — book_id, doc_id, title among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| book_id | 知识库ID或路径 |
| doc_id | 文档ID或slug |
| title | 文档标题 |
| body | 文档内容(可选) |
| format | 文档格式,默认markdown |
| public | 公开设置,默认0(私密) |
| query | 搜索关键词 |
| yuque_get_current_user | The yuque_get_current_user tool exposed by this server. |
| yuque_get_document | The yuque_get_document tool exposed by this server. |
| yuque_create_document | 创建新文档。 - book_id: 知识库ID或路径 - title: 文档标题 - body: 文档内容(可选) - format: 文档格式,默认markdown - public: 公开设置,默认0(私密) |
| yuque_update_document | 更新文档内容。 - book_id: 知识库ID或路径 - doc_id: 文档ID或slug - title: 新标题(可选) - body: 新内容(可选) - format: 文档格式(可选) - public: 公开设置(可选) |
| yuque_search_documents | The yuque_search_documents tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| YUQUE_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.