Server Yuque.git
@Wenrh2004
关于 Server Yuque.git
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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”.
版本控制 分类下的更多 MCP 服务器
GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Code Review Server
crazyrabbitLTCA MCP server for code reviews
MCP Atlassian Server (by phuc-nt)
phuc-ntMCP server connecting AI assistants with Jira & Confluence for smart project management.
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Git MCP Server
cyanheadsA Git MCP server for AI agents. STDIO & Streamable HTTP.
评论