ClickUp MCP Pro
About
The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CLICKUP_API_TOKEN CLICKUP_TEAM_ID CLICKUP_READONLYClaude Code
claude mcp add --env CLICKUP_API_TOKEN= --env CLICKUP_TEAM_ID= --env CLICKUP_READONLY= clickup-mcp-pro -- npx clickup-mcp-pro
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"clickup-mcp-pro","command":"npx","args":["clickup-mcp-pro"],"env":{"CLICKUP_API_TOKEN":"","CLICKUP_TEAM_ID":"","CLICKUP_READONLY":""}}'
JSON
{
"mcpServers": {
"clickup-mcp-pro": {
"command": "npx",
"args": [
"clickup-mcp-pro"
],
"env": {
"CLICKUP_API_TOKEN": "",
"CLICKUP_TEAM_ID": "",
"CLICKUP_READONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.