ClickUp
📋 Productivity
MCP server for ClickUp with 150+ tools for task management, time tracking, document management, comments, goals, views, and workspace organization. Full read/write access to your ClickUp workspace through natural language.
Tags
Tools (26)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server@latest"
],
"env": {
"CLICKUP_API_KEY": "your-clickup-api-key-here",
"CLICKUP_TEAM_ID": "your-clickup-team-id-here"
}
}
}
}