tencent-docs-mcp
MCP Hub
一个域名,多个可直接连接的 MCP 服务。无需本地安装,复制配置即可让 AI Agent 调用腾讯文档和 WordsEssence 工具。
🌐 服务主页 · WordsEssence 官网 · MCP 协议
已接入服务
服务 | 地址 | 能力 | 鉴权 |
| 腾讯文档列表、记录读写、附件读取和 Bug 表创建 | Header 凭证 | |
| 书摘查询、新增、更新和软删除 | 当前可直接连接 | |
| 个人 API 聚合入口:AI 任务(OCR、图片编辑、天气),未来新接口都在此扩展 | 当前无需认证 |
Related MCP server: reasonix-feishu-mcp
远程连接
在支持 Streamable HTTP 的 MCP 客户端中添加:
{
"mcpServers": {
"tencent-docs": {
"type": "http",
"url": "https://mcp.levwu.me/tencent-docs/",
"headers": {
"x-tencent-client-id": "<your-id>",
"x-tencent-access-token": "<your-token>",
"x-tencent-open-id": "<your-open-id>"
}
},
"wordsessence": {
"type": "http",
"url": "https://mcp.levwu.me/wordsessence/"
},
"levwu": {
"type": "http",
"url": "https://mcp.levwu.me/levwu/"
}
}
}Tencent Docs 的凭证从腾讯文档开放平台获取。WordsEssence 包含写入工具,建议在客户端为新增、更新和删除操作启用人工确认。
本地开发
环境要求:Node.js 24、pnpm。
pnpm install各部分需要分别启动:
命令 | 启动内容 |
| eve Agent 界面 |
| WordsEssence MCP,默认监听 |
| levwu 聚合 MCP,默认监听 |
| Astro 文档站,默认监听 |
| 构建全部 MCP 服务 |
| 构建静态文档站 |
| TypeScript 类型检查 |
本地环境变量写入 .env.local,该文件已被 Git 忽略:
DEEPSEEK_API_KEY=... # 仅 eve Agent 需要
WORDSESSENCE_MCP_URL=http://127.0.0.1:3002/
WD_API_BASE_URL=http://127.0.0.1:6002/service本地同时体验 eve 和 WordsEssence 时,先运行 pnpm dev:wordsessence,再打开另一个终端运行 pnpm dev。
项目结构
agent/ # eve Agent 入口、工具和 MCP 连接
├── connections/
├── lib/tencent-docs/ # 与 Tencent Docs MCP 共享的 API 客户端
├── skills/
└── tools/
mcp-servers/
├── tencent-docs/ # Tencent Docs MCP(HTTP + stdio)
├── wordsessence/ # WordsEssence MCP(HTTP + stdio)
└── levwu/ # levwu 个人 API 聚合 MCP(HTTP + stdio)
web/ # Astro 中英文静态站点
deploy/ # nginx 与 supervisord 配置
Dockerfile # MCP 服务与静态站点的单容器构建部署
根目录 Dockerfile 会完成以下工作:
安装锁定依赖并构建两个 MCP 服务和静态站点。
由 Supervisor 运行 Tencent Docs MCP、WordsEssence MCP、levwu MCP 和 nginx。
通过 nginx 将
/tencent-docs/、/wordsessence/、/levwu/和静态页面统一暴露在 80 端口。
因此可以直接部署到 Coolify 等支持 Dockerfile 的容器平台。
发布 MCP 包
项目使用 changesets 管理包版本:
pnpm changeset
pnpm changeset:version
pnpm releaseLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceMCP server for Feishu/Lark API integration, enabling AI agents to send messages, manage groups, create and edit documents and spreadsheets, and search knowledge bases.MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to interact with Google Docs, Sheets, and Drive using the user's own Google account.
- AlicenseNot gradedqualityDmaintenanceMCP server for Google Docs and Sheets that enables AI assistants to read, create, edit, style, export, and collaborate on documents using local OAuth authentication.39MIT
Related MCP Connectors
MCP-native collaborative markdown editor with real-time AI document editing
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IceyWu/mcp-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server