← Back to browse

clickup

Indexed by io.github.taazkareem

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsCLICKUP_MCP_LICENSE_KEY CLICKUP_API_KEY CLICKUP_TEAM_ID DOCUMENT_SUPPORT
Claude Code
claude mcp add --env CLICKUP_MCP_LICENSE_KEY= --env CLICKUP_API_KEY= --env CLICKUP_TEAM_ID= --env DOCUMENT_SUPPORT= clickup -- npx @taazkareem/clickup-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"clickup","command":"npx","args":["@taazkareem/clickup-mcp-server"],"env":{"CLICKUP_MCP_LICENSE_KEY":"","CLICKUP_API_KEY":"","CLICKUP_TEAM_ID":"","DOCUMENT_SUPPORT":""}}'
JSON
{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": [
        "@taazkareem/clickup-mcp-server"
      ],
      "env": {
        "CLICKUP_MCP_LICENSE_KEY": "",
        "CLICKUP_API_KEY": "",
        "CLICKUP_TEAM_ID": "",
        "DOCUMENT_SUPPORT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.