ClickUp MCP (taazkareem)
ProductivityHigh-performance ClickUp MCP server for managing tasks, checklists, sprints, comments, tags, spaces, lists, and more via natural language.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"clickup-mcp-taazkareem": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
]
}
}
}