YuQue MCP

by arianchen777

Not rated
GitHub

About

An MCP server for interacting with the YuQue knowledge base, enabling AI assistants to perform operations on documents and information.

Details

Author
arianchen777
Categories
Productivity, Knowledge Base, Other
Tags
#document, #notes

Setup

Install YuQue MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/arianchen777/YuQueMCP

Follow the installation instructions in the repository README, then restart your MCP client.

基于 go-zero MCP 组件开发的语雀 Model Context Protocol 服务器,为 AI 助手提供语雀知识库操作能力。

- 🔍获取文档: 根据知识库ID和文档ID获取文档详细内容
- 📝创建文档: 在指定知识库中创建新文档
- ✏️更新文档: 修改文档标题、内容等信息
- 🔎搜索文档: 在语雀中搜索相关文档
- 👤用户信息: 获取当前用户详细信息

export YUQUE_TOKEN="your_yuque_token_here"
go run cmd/server/main.go -f config.yaml

- book_id: 知识库ID或路径
- title: 文档标题
- body: 文档内容(可选)
- format: 文档格式,默认markdown
- public: 公开设置,默认0(私密)

- book_id: 知识库ID或路径
- doc_id: 文档ID或slug
- title: 新标题(可选)
- body: 新内容(可选)
- format: 文档格式(可选)
- public: 公开设置(可选)

name: yuque-mcp-server host: localhost port: 8080 mcp: name: yuque-mcp-server messageTimeout: 30s cors: - http://localhost:3000 yuque: baseUrl: "https://www.yuque.com/api/v2" # token 通过环境变量 YUQUE_TOKEN 设置
{ "mcpServers": { "yuque": { "command": "go", "args": ["run", "cmd/server/main.go", "-f", "config.yaml"], "cwd": "/path/to/YuQueMCP", "env": { "YUQUE_TOKEN": "your_yuque_token_here" } } } }

- 打开 Cursor IDE 设置
- 搜索 "MCP" 或 "Model Context Protocol"
- 添加上述 JSON 配置
- 将cwd路径修改为项目实际路径
- 将YUQUE_TOKEN替换为你的语雀 API Token
- 重启 Cursor IDE

├── cmd/server/ # 服务器启动入口 ├── internal/ │ ├── config/ # 配置相关 │ ├── server/ # MCP服务器逻辑 │ │ └── tools/ # 工具实现 │ └── yuque/ # 语雀API客户端 ├── config.yaml # 配置文件 └── go.mod # Go模块文件

MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.

Integrates Model Context Protocol (MCP) with Obsidian, allowing AI assistants to interact with your notes and vault.

A Model Context Protocol (MCP) Server for https://joplinapp.org/ that enables note access through the https://modelcontextprotocol.io. Perfect for integration with AI assistants like Claude.

A service for reading, writing, and managing markdown documentation with frontmatter metadata.

Connect your AI assistant to your personal knowledge base. Search, save links, create notes and to-dos. AI processes everything automatically.

An MCP server for interacting with Obsidian notes. Requires the OBSIDIAN_VAULT_PATH environment variable to be set.

Interact with your Obsidian vault using natural language.

Interact with your Obsidian vault using the Local REST API plugin, enabling LLMs to access and manage your notes.

Interact with your Obsidian notes and vaults using the Local REST API plugin.

A server for interacting with your Obsidian vault.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.