Skip to content
Cursor

clickup mcp for Cursor

io.github.cvrt-jh/clickup-mcp

Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)

client:Cursor transport:stdio runtime:npm

Install clickup mcp 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/clickup-mcp"
      ],
      "env": {
        "CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
      }
    }
  }
}

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

clickup mcp in other clients