MCP.so
Sign In
Servers

Quip MCP Server

@AvinashBole

quip mcp server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "quip": {
      "command": "node",
      "args": [
        "path/to/quip-server/build/index.js"
      ],
      "env": {
        "QUIP_ACCESS_TOKEN": "your-quip-access-token",
        "QUIP_BASE_URL": "https://platform.quip.com"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

More from Other