Back to Apps

Quip MCP
by bug-breeder
Comprehensive Quip document access and management for AI assistants, including search, editing, and comment retrieval.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Connects AI assistants to Quip, allowing them to manage the full lifecycle of documents. The server enables AI to read, create, edit, and delete Quip documents, making it an essential tool for teams using Quip for collaborative documentation and knowledge management.
Tools
get_recent_threads: Retrieve recently viewed or edited documents.search_documents: Search for documents using keywords or queries.get_document: Retrieve the full content of a document by its ID.create_document: Create new documents with markdown content.edit_document: Update existing documents by appending, prepending, or replacing content.delete_document: Permanently delete documents.get_user: Get information about the current or specific user.get_document_comments: Retrieve document comments and discussions.
Installation
Install the binary via: curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bash. Then add to your configuration:
{
"mcpServers": {
"quip-mcp": {
"command": "quip-mcp"
}
}
}
Supported hosts
- Claude
- Cursor
Quick install
curl -sSL https://raw.githubusercontent.com/bug-breeder/quip-mcp/main/install.sh | bashInformation
- Pricing
- free
- Published
- 5/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
{
"mcpServers": {
"quip-mcp": {
"command": "quip-mcp"
}
}
}Claude Desktop
{
"mcp_servers": [
{
"name": "quip-mcp",
"command": ["quip-mcp"]
}
]
}





