Skip to content
Cursor

quip mcp for Cursor

io.github.mrfentmen/quip-mcp

Quip API: search, threads, folders.

client:Cursor transport:stdio runtime:npm

Install quip mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

quip mcp in other clients