Clickup MCP Server

v0.14.4APIsstable

ClickUp MCP Server - Integrate ClickUp project management with AI through Model Context Protocol

aiartificial-intelligenceclaude-codeclaude-desktopclickup
Share:
39
Stars
0
Downloads
0
Weekly
0/5

About

ClickUp MCP Server - Integrate ClickUp project management with AI through Model Context Protocol

Features

  • get_workspace_hierarchy
  • create_task
  • get_task
  • update_task
  • move_task

Use Cases

Gets complete workspace hierarchy (spaces, folders, lists). No parameters needed. Returns tree structure with names and IDs for navigation.
Creates a single task in a ClickUp list. Use listId (preferred) or listName. Required: name + list info. For multiple tasks use create_bulk_tasks. Can create subtasks via parent param. Supports custom fields as array of {id, value}. Supports assignee
Gets task details by taskId (automatically handles both regular and custom IDs) or taskName. For taskName search, provide listName for faster lookup. Set subtasks=true to include all subtask details.
Updates task properties. Use taskId (preferred) or taskName + optional listName. At least one update field required. Custom fields supported as array of {id, value}. Supports assignees as array of user IDs, emails, or usernames. WARNING: Using taskNa
Moves task to different list. Use taskId + (listId/listName) preferred, or taskName + sourceListName + (listId/listName). WARNING: Task statuses may reset if destination list has different status options.
taazkareem

Maintainer

LicenseNOASSERTION
Languagedockerfile
Versionv0.14.4
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @taazkareem/clickup-mcp-server

Manual Installation

npx -y @taazkareem/clickup-mcp-server

Examples

Basic Configuration

Configure Clickup MCP Server

npx -y @taazkareem/clickup-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "clickup": { "command": "npx", "args": ["-y", "@taazkareem/clickup-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Clickup MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides