clickup mcp for Cursor
io.github.cvrt-jh/clickup-mcp
Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)
client:Cursor
transport:stdio
runtime:npm
Install clickup mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clickup-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cavort-it-systems/clickup-mcp"
],
"env": {
"CLICKUP_API_TOKEN": "<CLICKUP_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs