Server Yuque.git
@Wenrh2004
About Server Yuque.git
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Server Yuque.git?
Server Yuque.git is an MCP (Model Context Protocol) server that exposes Yuque APIs to large language models, allowing seamless interaction with Yuque’s document, knowledge base, team, and user management features. It is designed for developers who want to integrate Yuque’s collaboration platform into AI-powered workflows.
How to use Server Yuque.git?
Install Node.js 16+ and obtain a Yuque API token. Clone the repository, run pnpm install and pnpm build, then set the YUQUE_API_TOKEN environment variable and start the server with pnpm start. Optionally, configure the server in VS Code using the MCP plugin with the provided JSON configuration.
Key features of Server Yuque.git
- User management: check API health and get current user info.
- Search for documents, knowledge bases, users, or teams.
- Team (group) management: list, update, delete members and view stats.
- Repository (knowledge base) CRUD: create, read, update, delete repos.
- Document CRUD with version history for both user and team repos.
- Table of contents management for knowledge bases.
Use cases of Server Yuque.git
- Automate document creation and updates across Yuque knowledge bases.
- Search for content across Yuque from an AI assistant.
- Manage team membership and roles programmatically.
- Retrieve and update knowledge base structures via an LLM.
- Query document version history for auditing or rollback.
FAQ from Server Yuque.git
How do I get a Yuque API token?
Log in to Yuque (www.yuque.com), go to personal settings, click “Developer Settings”, and create a new API token.
What are the prerequisites for running Server Yuque.git?
You need Node.js 16.x or higher and a valid Yuque API token.
How do I configure the server?
Set the environment variable YUQUE_API_TOKEN to your API token before starting the server.
How do I start the server?
Run pnpm start from the project root directory after installing dependencies and building.
Can I use Server Yuque.git in VS Code?
Yes, with the VS Code MCP plugin. Configure the server as shown in the README using the type “stdio” and the command “node server-yuque”.
More Version Control MCP servers
Bitbucket MCP
MatanYeminiBitbucket MCP - A Model Context Protocol (MCP) server for integrating with Bitbucket Cloud and Server APIs
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
Linear MCP Server
clinea private MCP server for accessing Linear
Atlassian Bitbucket MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
MCP Linear
tacticlaunchMCP server that enables AI assistants to interact with Linear project management system through natural language, allowing users to retrieve, create, and update issues, projects, and teams.
Comments