Odel
ClickUp MCP Pro

ClickUp MCP Pro

Local
@helbertparanhosTypeScriptMITUpdated 4 days ago

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

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).

npmclickup-mcp-prov1.0.0

Run

npx -y clickup-mcp-pro

MCP client config

{
  "mcpServers": {
    "clickup-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "clickup-mcp-pro"
      ]
    }
  }
}