Catalog
ClickUp MCP Pro
Officialby helbertparanhos · TypeScript
The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.
Complete ClickUp integration with 161 tools and full API access for task and project management.
Topics
automationclaudeclaude-codeclickupcursormcpmodel-context-protocolproject-management
README not available yet.
Install
Configuration
Environment variables
CLICKUP_API_TOKENrequiredsecretClickUp Personal API Token (pk_...).
CLICKUP_TEAM_IDDefault Team/Workspace id used when a tool omits team_id.
CLICKUP_READONLYSet to 'true' to block all write operations.
claude_desktop_config.json
{
"mcpServers": {
"clickup-mcp-pro": {
"command": "npx",
"args": [
"-y",
"clickup-mcp-pro@1.0.0"
],
"env": {
"CLICKUP_API_TOKEN": "<YOUR_CLICKUP_API_TOKEN>",
"CLICKUP_TEAM_ID": "<YOUR_CLICKUP_TEAM_ID>",
"CLICKUP_READONLY": "<YOUR_CLICKUP_READONLY>"
}
}
}
}