Y
Yuque MCP
node 版本的语雀mcp
创建于 12/24/2025
更新于 1 day ago
README
Repository documentation and setup instructions
Yuque MCP Server (Node.js)
Node.js implementation of the Yuque MCP server.
Setup
-
Install dependencies:
npm install -
Build:
npm run build
Configuration
Set the following environment variables (create a .env file or pass them when running):
YUQUE_SPACE_SUBDOMAIN: Your Yuque space subdomain (e.g.,yourteam).DEFAULT_API_TOKEN: Your Yuque API Token.DEFAULT_GROUP_LOGIN: Default group/team login.DEFAULT_BOOK_SLUG: Default knowledge base slug.
Usage
Run the server with Stdio transport:
npm start
Or for development:
npm run dev
Tools
get_yuque_doc_list: Get document list.create_yuque_doc_in_group: Create a document in a group (creates group if needed).create_yuque_group: Create a group.get_yuque_doc_detail: Get document details.get_yuque_repo_toc: Get knowledge base table of contents.
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-yuque-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"chengwen-zheng-yuque-mcp": {
"command": "npx",
"args": [
"chengwen-zheng-yuque-mcp"
]
}
}
}