企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件
@wxkingstar
About 企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件
本插件为 Model Context Protocol(MCP)提供了企业级 OpenAPI 文档能力,自动聚合并标准化 企业微信 与 飞书 等的开放接口文档。
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"search-docs": {
"command": "npx",
"args": [
"-y",
"doc-hub-mcp@latest"
]
}
}
}Tools
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 企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件?
企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件是一个基于 @modelcontextprotocol/sdk 构建的离线、本地 MCP 服务,采用 STDIO 传输模式。它聚合了企业微信和飞书开放平台的完整开发者文档,通过关键字检索和全文资源读取,为支持 MCP 协议的 AI 编程助手(如 Cursor、Claude Code)提供快速查阅接口文档的能力。
How to use 企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件?
要求 Node.js ≥ 20.18。克隆仓库后执行 npm install,然后运行 npm run mcp:server --silent 启动服务;也可直接通过 npx -y doc-hub-mcp 运行。在支持 MCP 的客户端(如 Cursor、Claude Code)的配置文件中添加服务配置,即可在对话中询问或手动调用 doc-hub 工具进行检索。
Key features of 企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件?
- 关键字检索:
doc-hub工具按关键词匹配标题与正文,返回排序候选列表。 - 全文获取:通过
doc://local-docs/{+path}资源读取 Markdown 原文。 - 可配置命名空间:通过环境变量自定义资源命名空间与服务名称。
- 自定义文档根目录:通过
DOC_ROOT指定任意路径。 - 标准 MCP 兼容:可在 Cursor、Claude Code、Codex、MCP Inspector 等客户端中使用。
Use cases of 企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件?
- 在企业微信开发中快速检索外部联系人列表等 API 文档。
- 在飞书开发中查询如何发送消息等接口文档。
- 离线环境下访问私有 API 知识库。
- 多知识库并行管理不同团队的文档内容。
FAQ from 企业微信 & 飞书 OpenAPI 文档聚合 MCP 插件?
系统依赖要求是什么?
需要 Node.js ≥ 20.18,以及本地 Markdown 文档目录。默认文档目录为运行目录或包内的 docs/、wecom/、feishu/。
首次加载为什么很慢?
服务包含约 100 MB 以上的内容,首次通过 npx 拉取包时需要下载并加载,请等待 2-5 分钟;后续使用缓存,速度会快很多。
如何自定义文档目录?
设置环境变量 DOC_ROOT 为 Markdown 文档根目录的绝对路径,例如 DOC_ROOT=/data/docs。
支持哪些 AI 编程助手?
兼容所有支持 Model Context Protocol 的工具,包括但不限于 Cursor、Claude Code、Codex、MCP Inspector。
文档数据更新到什么时候?
当前抓取覆盖至 2025-10-12,如需更细粒度更新时间,请自行运行最新的抓取脚本。
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Awesome Mlops
visengerA curated list of references for MLOps
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments