Quip MCP Server
About
An MCP server for performing document operations on Quip, enabling direct interaction from AI assistants.
Details
- Author
- avinashbole
- Categories
- Productivity, Other, Communication
- Tags
- #document
Jump to
Setup
Install Quip MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/avinashbole/quip-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
An MCP server for performing document operations on Quip, enabling direct interaction from AI assistants.
A Model Context Protocol (MCP) server for Quip document operations that enables direct interaction with Quip documents from AI assistants like Claude.
- 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)
This MCP server acts as a bridge between Claude and Quip documents. It works by:
- Receiving requests from Claude through the MCP protocol
- Executing a Python script (quip_edit_fixed.py) with the appropriate parameters
- Returning the results back to Claude
- Node.js v18 or higher
- TypeScript
- Python withquiplibrary installed
- A valid Quip access token
git clone https://github.com/AvinashBole/quip-mcp-server.git cd quip-mcp-server
{ "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": [] } } }
Once connected, the following MCP tools become available to Claude:
- 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)
<use_mcp_tool> <server_name>quip</server_name> <tool_name>quip_read_document</tool_name> <arguments> { "threadId": "YOUR_DOCUMENT_ID" } </arguments> </use_mcp_tool>
The server expects a Python script calledquip_edit_fixed.pyin the path specified by thePYTHON_SCRIPT_PATHconstant. This script should support the following operations:
- read: Read document content
- append: Add content to the end of a document
- prepend: Add content to the beginning of a document
- replace: Update document content
Collaborative word processor you can use with your agent
Carryo is a remote MCP server for sharing Claude or ChatGPT-created HTML artifacts as live links.
An MCP server that enables AI assistants to interact with Confluence content through a standardized interface.
Publish Markdown or HTML to a clean, shareable link straight from your AI assistant — OAuth, no API keys.
An MCP server for interacting with the esa.io knowledge-sharing platform.
Access the esa.io API to manage your team's knowledge base.
A MCP server for the document sharing service esa.io.
A Model Context Protocol (MCP) server for integrating Google Docs with AI clients.
Create, edit, inspect, and publish collaborative HTML documents from AI agents.
A secure, multi-user server connecting LLMs to Microsoft 365 services.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





