Back to MCP Servers
Quip
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.
workplace-productivityai
By bug-breeder
Installation
npx -y quip-mcpConfiguration
{
"mcpServers": {
"quip-mcp": {
"command": "npx",
"args": ["-y", "quip-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes