Odel
clickup mcp server

clickup mcp server

Local
@taazkareem50DockerfileUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@taazkareem/clickup-mcp-serverv0.12.12

Run

npx -y @taazkareem/clickup-mcp-server

MCP client config

{
  "mcpServers": {
    "clickup-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ]
    }
  }
}