Skip to content
Zed

clickup mcp for Zed

io.github.cvrt-jh/clickup-mcp

Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)

client:Zed transport:stdio runtime:npm

Install clickup mcp 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-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cavort-it-systems/clickup-mcp"
      ],
      "env": {
        "CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
      }
    }
  }
}

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

clickup mcp in other clients