← All servers
ClickUp MCP Pro
latest · 1.0.0The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.
Install
Needs an env var: CLICKUP_API_TOKEN
— replace the <placeholders> with your values.
claude mcp add io-github-helbertparanhos-clickup-mcp-pro --env CLICKUP_API_TOKEN=<CLICKUP_API_TOKEN> -- npx clickup-mcp-pro /mcp confirms it's connected.
Or add it manually in ~/.cursor/mcp.json:
{
"mcpServers": {
"io-github-helbertparanhos-clickup-mcp-pro": {
"command": "npx",
"args": [
"clickup-mcp-pro"
],
"env": {
"CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
}
}
}
}
In claude_desktop_config.json (Settings → Developer → Edit
Config), then restart:
{
"mcpServers": {
"io-github-helbertparanhos-clickup-mcp-pro": {
"command": "npx",
"args": [
"clickup-mcp-pro"
],
"env": {
"CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
}
}
}
} Config entry, any MCP client:
{
"command": "npx",
"args": [
"clickup-mcp-pro"
],
"env": {
"CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
}
} Community score
Community — from web signals no reviews yet
Public discussion about this server (community v1) — not enough signal to score yet. First-party reviews join the formula in v2.
What the web says
Ecosystem baseline 52 / 100
Objective public usage & activity (formula v3) — a secondary sort, never blended into the community score.
Ecosystem signals 2 collected
- Namespace · 2 hours ago
- Registry-verified
- Listing completeness · 2 hours ago
- 100%
Version history 1
- 1.0.0 release date unknown
Details
- Transport
- stdio
- Status
- listed
- Source
- Imported from the MCP registry
- Repository
- source ↗