← Index

io.github.taazkareem/clickup

io.github.taazkareem/clickup·v0.12.12·Filesystem
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ],
      "env": {
        "CLICKUP_MCP_LICENSE_KEY": "<your-clickup_mcp_license_key>",
        "CLICKUP_API_KEY": "<your-clickup_api_key>",
        "CLICKUP_TEAM_ID": "<clickup_team_id>",
        "DOCUMENT_SUPPORT": "true"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ],
      "env": {
        "CLICKUP_MCP_LICENSE_KEY": "<your-clickup_mcp_license_key>",
        "CLICKUP_API_KEY": "<your-clickup_api_key>",
        "CLICKUP_TEAM_ID": "<clickup_team_id>",
        "DOCUMENT_SUPPORT": "true"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @taazkareem/clickup-mcp-server
§02  Environment variables
CLICKUP_MCP_LICENSE_KEY
requiredsecret

Your ClickUp MCP License Key from Polar.sh

CLICKUP_API_KEY
requiredsecret

Your ClickUp API key

CLICKUP_TEAM_ID
required

Your ClickUp Team ID

DOCUMENT_SUPPORT

Enable ClickUp Document support

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Filesystem