bug-breeder/quip-mcp
A Model Context Protocol (MCP) server providing AI assistants with comprehensive Quip document access and management. Enables document lifecycle management, smart search, comment management, and secure token-based authentication for both Quip.com and enterprise instances.
Quick Start
Clone the repository:
git clone https://github.com/bug-breeder/quip-mcpClaude Desktop configuration example:
{
"mcpServers": {
"quip-mcp": {
"command": "npx",
"args": [
"-y",
"bug-breeder/quip-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.