-
securityF
license-
qualityA Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.
Last updated -
5
Python
用于 Quip 文档操作的模型上下文协议 (MCP) 服务器,可实现 Claude 等 AI 助手与 Quip 文档的直接交互。
此 MCP 服务器充当 Claude 和 Quip 文档之间的桥梁。其工作原理如下:
quip_edit_fixed.py
)quip
库的 Python一旦连接,Claude 就可以使用以下 MCP 工具:
quip_read_document
:通过线程 ID 读取 Quip 文档quip_append_content
:将内容附加到文档quip_prepend_content
:将内容添加到文档的开头quip_replace_content
:替换文档内容quip_create_document
:创建新文档(当前不支持)Claude 中的用法示例:
服务器期望在PYTHON_SCRIPT_PATH
常量指定的路径中存在一个名为quip_edit_fixed.py
的 Python 脚本。该脚本应支持以下操作:
read
:读取文档内容append
:将内容添加到文档末尾prepend
:将内容添加到文档的开头replace
:更新文档内容ISC 许可证
阿维纳什·博勒
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
模型上下文协议服务器,使像 Claude 这样的人工智能助手能够通过一组专门的工具直接阅读和编辑 Quip 文档。
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