simple-qqdocs-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., "@simple-qqdocs-mcpinput cell B2 with 'Revenue 2025'"
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.
simple-qqdocs-mcp
配合 Playwright MCP 操作腾讯文档表格(.excel-container>canvas)的简易 MCP 服务。
前置条件
用 Playwright MCP 打开
docs.qq.com/sheet表格页浏览器开启 CDP,默认
http://127.0.0.1:9222若遇代理报错,在 MCP 配置中设置
ALL_PROXY=""
Related MCP server: RednoteMCP
安装与配置
pnpm install在 Cursor / MCP 配置中注册(路径按实际修改):
{
"mcpServers": {
"simple-qqdocs": {
"command": "node",
"args": ["d:/1024/llm/simple-qqdocs-mcp/src/index.js"],
"env": {
"CDP_ENDPOINT": "http://127.0.0.1:9222",
"ALL_PROXY": ""
}
}
}
}使用流程
Playwright 打开腾讯文档表格
调用
refresh_grid_boundaries或直接使用默认工具(会自动重新识别网格)页面滚动/缩放后,优先用非
quick_*工具,或先refresh_grid_boundaries
工具选用
场景 | 推荐 |
常规操作 |
|
用户明确要求 quick/快速/缓存 |
|
Tools
坐标与操作
Tool | 说明 |
| 识别并刷新列标 ABCD、行标 1234 的边界缓存 |
| 默认 获取单元格边界(每次重新识别) |
| 用缓存快速获取边界 |
| 默认 识别并点击单元格 |
| 用缓存快速点击 |
| 默认 点击单元格并输入文本 |
| 用缓存快速输入 |
单元格引用:A1(单格)、A1:C2 或 A1C2(范围)
返回格式:
单格
A1→bounds: [[x1, x2], [y1, y2]]范围
A1:C2→bounds: [[x1, x2, x3, x4], [y1, y2, y3]]
基础 / 调试
Tool | 说明 |
| 获取 canvas 截图(base64 PNG) |
| 识别行标/列标区域与边界 |
| 识别单元格文字,返回 |
环境变量
变量 | 默认 | 说明 |
|
| 浏览器 CDP 地址 |
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/thetime50/simple-qqdocs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server