tencent-docs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tencent-docs-mcpread records from my project spreadsheet"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Hub
一个域名托管多个 MCP 服务,让 AI Agent 通过 HTTP + Header 鉴权直接调用。无需本地安装,已部署服务即连即用。
目前已接入 Tencent Docs MCP(腾讯文档智能表/在线表格读写),更多服务持续接入中。
项目结构
仓库含三部分,共享同一套腾讯文档 API 客户端(agent/lib/tencent-docs/):
部分 | 形态 | 用途 |
MCP server | MCP 服务器(HTTP + stdio) | 编码 AI 直接读写腾讯文档 → 详情 |
eve agent | 对话式 agent(eve + DeepSeek) | 聊天界面浏览、统计表格 |
web | Astro 静态站点(中英双语) | 项目主页 |
agent/ # eve agent 入口、工具、技能
├── agent.ts
├── instructions.md
├── tools/ # 读写表格、文档管理
├── skills/
└── lib/tencent-docs/ # 腾讯文档 API 客户端(共享核心)
mcp-servers/tencent-docs/ # MCP 服务器(独立包 tencent-docs-mcp)
web/ # 项目主页
deploy/ # nginx + supervisord 配置
Dockerfile # 单容器构建(MCP server + web)Related MCP server: lark-mcp
快速开始
pnpm install
pnpm dev # 本地 eve agent
pnpm dev:web # 本地主页 http://localhost:4321
pnpm build:mcp # 编译 MCP server
pnpm build:web # 构建 web 站点
pnpm typecheck凭证
从腾讯文档开放平台获取,写入 .env.local(已 .gitignore):
TENCENT_DOCS_CLIENT_ID=...
TENCENT_DOCS_ACCESS_TOKEN=...
TENCENT_DOCS_OPEN_ID=...
DEEPSEEK_API_KEY=... # 仅 eve agent 需要具体使用方式见 MCP Server 文档。
部署
MCP server + web:
Dockerfile构建单容器镜像(nginx 反代 MCP HTTP 服务 + 托管静态站点),部署到任意容器平台即可eve agent:
eve build部署到 Vercel
发布(MCP 包)
用 changesets 管理 tencent-docs-mcp 版本:
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.
Latest Blog Posts
- 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