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).
Run
npx -y clickup-mcp-pro
MCP client config
{
"mcpServers": {
"clickup-mcp-pro": {
"command": "npx",
"args": [
"-y",
"clickup-mcp-pro"
]
}
}
}