tencent-docs-mcp
MCP server that enables AI assistants to read and write Tencent Docs (smart tables and online spreadsheets) directly, supporting CRUD operations on records and attachments.
README
MCP Hub
<p align="center"> <img src="web/public/logo.svg" alt="MCP Hub Logo" width="120" height="120"> </p>
一个域名托管多个 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)
快速开始
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 release
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.