Skip to content
Cursor

ClickUp MCP Pro for Cursor

io.github.helbertparanhos/clickup-mcp-pro

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

client:Cursor transport:stdio runtime:npm

Install ClickUp MCP Pro in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "clickup-mcp-pro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "clickup-mcp-pro"
      ],
      "env": {
        "CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>",
        "CLICKUP_TEAM_ID": "<CLICKUP_TEAM_ID>",
        "CLICKUP_READONLY": "<CLICKUP_READONLY>"
      }
    }
  }
}

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

ClickUp MCP Pro in other clients