brilliant-directories-mcp
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
io.github.wwwwujl/yuque-mcp · v1.1.0
Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.
Yuque MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"yuque-mcp": {
"command": "npx",
"args": [
"-y",
"@wwwwwujl/yuque-mcp"
],
"env": {
"YUQUE_TOKEN": "<YUQUE_TOKEN>"
}
}
}
}YUQUE_TOKEN必填secretYuque API token
YUQUE_ENDPOINT可选Yuque API endpoint (optional)
YUQUE_TIMEOUT_MS可选Yuque API timeout in milliseconds (optional)
YUQUE_MAX_RETRIES可选Read-only retry count (optional)
YUQUE_ALLOW_WRITE可选Enable write tools when true (optional, default false)
YUQUE_WRITE_NAMESPACE_ALLOWLIST可选Comma-separated namespace allowlist for repo/doc/toc writes (optional)
YUQUE_WRITE_GROUP_ALLOWLIST可选Comma-separated group login allowlist for group writes (optional)
YUQUE_ALLOW_DELETE可选Enable delete tools when true (optional, default false)
YUQUE_DELETE_NAMESPACE_ALLOWLIST可选Comma-separated delete allowlist targets (optional)
YUQUE_FILE_ROOT可选Allowed root directory for file-based doc tools (optional, default current working directory)
YUQUE_FILE_MAX_BYTES可选Maximum size for file-based doc tools (optional, default 1048576)
YUQUE_FILE_ALLOWED_EXTENSIONS可选Comma-separated allowed extensions for file-based doc tools (optional, default .md,.markdown,.txt)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
v3.1.0
io.github.pvliesdonk/markdown-vault-mcp
Markdown vault MCP server with FTS5 + semantic search and frontmatter indexing
v0.3.0
io.github.opendata-kr/narajangteo-opening
나라장터 낙찰정보서비스 Open API를 위한 로컬 MCP 서버
v3.10.1
io.github.webdriverio/mcp
MCP server with WebdriverIO for browser and mobile app automation (iOS/Android via Appium)
v0.0.53
io.github.cablate/google-map
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
v1.0.0
ai.arpi/arpi-mcp
AI-powered ECG analysis: submit ECG images and receive diagnosis reports from ARPI's ECG AI.
{
"id": "io.github.wwwwujl/yuque-mcp",
"type": "mcp-server",
"version": "1.1.0",
"displayName": "Yuque MCP",
"description": "Yuque MCP server with safe read/write tools for groups, group members, repositories, docs, and TOC.",
"repository": {
"url": "https://github.com/wwwwujl/yuque-mcp",
"source": "github"
},
"homepage": "https://github.com/wwwwujl/yuque-mcp",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@wwwwwujl/yuque-mcp",
"version": "1.1.0",
"transport": "stdio",
"environmentVariables": [
{
"name": "YUQUE_TOKEN",
"description": "Yuque API token",
"isRequired": true,
"isSecret": true
},
{
"name": "YUQUE_ENDPOINT",
"description": "Yuque API endpoint (optional)"
},
{
"name": "YUQUE_TIMEOUT_MS",
"description": "Yuque API timeout in milliseconds (optional)"
},
{
"name": "YUQUE_MAX_RETRIES",
"description": "Read-only retry count (optional)"
},
{
"name": "YUQUE_ALLOW_WRITE",
"description": "Enable write tools when true (optional, default false)"
},
{
"name": "YUQUE_WRITE_NAMESPACE_ALLOWLIST",
"description": "Comma-separated namespace allowlist for repo/doc/toc writes (optional)"
},
{
"name": "YUQUE_WRITE_GROUP_ALLOWLIST",
"description": "Comma-separated group login allowlist for group writes (optional)"
},
{
"name": "YUQUE_ALLOW_DELETE",
"description": "Enable delete tools when true (optional, default false)"
},
{
"name": "YUQUE_DELETE_NAMESPACE_ALLOWLIST",
"description": "Comma-separated delete allowlist targets (optional)"
},
{
"name": "YUQUE_FILE_ROOT",
"description": "Allowed root directory for file-based doc tools (optional, default current working directory)"
},
{
"name": "YUQUE_FILE_MAX_BYTES",
"description": "Maximum size for file-based doc tools (optional, default 1048576)"
},
{
"name": "YUQUE_FILE_ALLOWED_EXTENSIONS",
"description": "Comma-separated allowed extensions for file-based doc tools (optional, default .md,.markdown,.txt)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.wwwwujl/yuque-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.wwwwujl%2Fyuque-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}