Skip to content
Cursor

clickup for Cursor

com.mcparmory/clickup

Manage tasks, lists, checklists, comments, and project workflows

client:Cursor transport:stdio runtime:pypi

Install clickup in Cursor

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

{
  "mcpServers": {
    "clickup": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-clickup"
      ]
    }
  }
}

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

clickup in other clients