Quip MCP Server
Quip MCP 服务器
用于 Quip 文档操作的模型上下文协议 (MCP) 服务器,可实现 Claude 等 AI 助手与 Quip 文档的直接交互。
特征
读取文档:通过 ID 获取并显示 Quip 文档内容
附加内容:将内容添加到现有文档的末尾
前置内容:将内容添加到文档的开头
替换内容:更新文档内容
创建文档:旨在支持创建新文档(当前重定向到 Web 界面)
Related MCP server: Claude MCP x Google Docs
工作原理
此 MCP 服务器充当 Claude 和 Quip 文档之间的桥梁。其工作原理如下:
通过 MCP 协议接收来自 Claude 的请求
使用适当的参数执行 Python 脚本(
quip_edit_fixed.py)将结果返回给 Claude
先决条件
Node.js v18 或更高版本
TypeScript
安装了
quip库的 Python有效的 Quip 访问令牌
安装
克隆此存储库:
git clone https://github.com/AvinashBole/quip-mcp-server.git cd quip-mcp-server安装依赖项:
npm install构建项目:
npm run build配置您的 MCP 设置:
{ "mcpServers": { "quip": { "command": "node", "args": ["path/to/quip-server/build/index.js"], "env": { "QUIP_ACCESS_TOKEN": "your-quip-access-token", "QUIP_BASE_URL": "https://platform.quip.com" }, "disabled": false, "autoApprove": [] } } }
用法
一旦连接,Claude 就可以使用以下 MCP 工具:
quip_read_document:通过线程 ID 读取 Quip 文档quip_append_content:将内容附加到文档quip_prepend_content:将内容添加到文档的开头quip_replace_content:替换文档内容quip_create_document:创建新文档(当前不支持)
Claude 中的用法示例:
<use_mcp_tool>
<server_name>quip</server_name>
<tool_name>quip_read_document</tool_name>
<arguments>
{
"threadId": "YOUR_DOCUMENT_ID"
}
</arguments>
</use_mcp_tool>Python脚本集成
服务器期望在PYTHON_SCRIPT_PATH常量指定的路径中存在一个名为quip_edit_fixed.py的 Python 脚本。该脚本应支持以下操作:
read:读取文档内容append:将内容添加到文档末尾prepend:将内容添加到文档的开头replace:更新文档内容
执照
ISC 许可证
作者
阿维纳什·博勒
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
- AlicenseCqualityFmaintenanceA Model Context Protocol server that enables AI assistants to create, read, edit, and format Microsoft Word documents through standardized tools and resources.542,114MIT
- AlicenseNot gradedqualityAmaintenanceA Model Context Protocol server that enables AI assistants like Claude to read from, append to, and format text in Google Documents programmatically.3,704637MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Coda documents, allowing operations like listing, creating, reading, updating, and duplicating pages.1953762MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that provides an interface for AI models to interact with Google Docs, enabling reading, creating, updating, and searching Google Documents.459MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
One shared context your team's AI tools read & write over MCP. No re-explaining. Free.
Appeared in Searches
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/AvinashBole/quip-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server