Skip to content
Cursor

clickup for Cursor

io.github.taazkareem/clickup

Premium AI integration. Tasks, lists, docs, folders, time. 50+ tools. Instant setup.

client:Cursor transport:stdio runtime:npm

Install clickup 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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ],
      "env": {
        "CLICKUP_MCP_LICENSE_KEY": "<CLICKUP_MCP_LICENSE_KEY>",
        "CLICKUP_API_KEY": "<CLICKUP_API_KEY>",
        "CLICKUP_TEAM_ID": "<CLICKUP_TEAM_ID>",
        "DOCUMENT_SUPPORT": "<DOCUMENT_SUPPORT>"
      }
    }
  }
}

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

clickup in other clients