Skip to main content
Workplace & ProductivityTypeScript

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.

workplace-productivitycloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/bug-breeder/quip-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "quip-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bug-breeder/quip-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Workplace & Productivity
Language
TypeScript
Author
bug-breeder