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

Installation

npx -y quip-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub