Home › Other › clickup-mcp-server

clickup-mcp-server

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

Dockerfile
★ 51 stars Last pushed 2026-09-24 License: NOASSERTION

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.12.12)

npx -y @taazkareem/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "clickup-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@taazkareem/[email protected]"
      ],
      "env": {
        "CLICKUP_MCP_LICENSE_KEY": "<YOUR_VALUE>",
        "CLICKUP_API_KEY": "<YOUR_VALUE>",
        "CLICKUP_TEAM_ID": "<YOUR_VALUE>",
        "DOCUMENT_SUPPORT": "<YOUR_VALUE>"
      }
    }
  }
}
  • CLICKUP_MCP_LICENSE_KEY required secret — Your ClickUp MCP License Key from Polar.sh
  • CLICKUP_API_KEY required secret — Your ClickUp API key
  • CLICKUP_TEAM_ID required — Your ClickUp Team ID
  • DOCUMENT_SUPPORT — Enable ClickUp Document support

Related servers

Data from the Official MCP Registry