MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

node 版本的语雀mcp

Created 12/24/2025
Updated 1 day ago
Repository documentation and setup instructions

Yuque MCP Server (Node.js)

Node.js implementation of the Yuque MCP server.

Setup

  1. Install dependencies:

    npm install
    
  2. 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.
Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-yuque-mcp

Cursor configuration (mcp.json)

{ "mcpServers": { "chengwen-zheng-yuque-mcp": { "command": "npx", "args": [ "chengwen-zheng-yuque-mcp" ] } } }