quip-mcp-server
If you are the rightful owner of quip-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for Quip document operations that enables direct interaction with Quip documents from AI assistants like Claude.
The Quip MCP Server is designed to facilitate seamless interaction between AI assistants, such as Claude, and Quip documents. It acts as a bridge, allowing these assistants to perform various document operations directly through the MCP protocol. The server processes requests by executing a Python script, `quip_edit_fixed.py`, which handles document reading, appending, prepending, and replacing content. This setup requires Node.js, TypeScript, and Python with the Quip library installed, along with a valid Quip access token. The server is configured to run with specific environment variables and can be integrated into Claude's operations through defined MCP tools.
Features
- Read Documents: Fetch and display Quip document content by ID.
- Append Content: Add content to the end of existing documents.
- Prepend Content: Add content to the beginning of documents.
- Replace Content: Update document content.
- Create Documents: Intended support for creating new documents (currently redirects to web interface).
Tools
quip_read_document
Read a Quip document by its thread ID.
quip_append_content
Append content to a document.
quip_prepend_content
Add content to the beginning of a document.
quip_replace_content
Replace document content.
quip_create_document
Create a new document (currently unsupported).