Skip to content
Zed

clickup for Zed

io.github.taazkareem/clickup

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

client:Zed transport:stdio runtime:npm

Install clickup in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "clickup": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

clickup in other clients