A Model Context Protocol (MCP) server for integrating ClickUp task management with AI applications, enabling AI agents to interact with tasks, spaces, lists, folders, and documents through a standardized protocol.
Get workspace structure.
Create a task.
Create multiple tasks.
Modify task.
Update multiple tasks.
Get tasks from list.
Get single task details.
Get tasks with filtering.
Get comments on a task.
Add a comment to a task.
Attach file to a task.
Remove task.
Remove multiple tasks.
Move task.
Move multiple tasks.
Copy task.
Create list in space.
Create folder.
Create list in folder.
Get folder details.
Update folder properties.
Delete folder.
Get list details.
Update list properties.
Delete list.
Get space tags.
Create tag.
Update tag.
Delete tag.
Add tag to task.
Remove tag from task.
Get time entries for a task.
Start time tracking on a task.
Stop current time tracking.
Add manual time entry to a task.
Delete a time entry.
Get currently running timer.
Get all workspace members.
Find member by name or email.
Resolve member names to IDs.
Create a document.
Get a document.
List documents.
List document pages.
Get document pages.
Create a document page.
Update a document page.
{
"mcpServers": {
"ClickUp": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server@latest"
],
"env": {
"CLICKUP_API_KEY": "your-api-key",
"CLICKUP_TEAM_ID": "your-team-id",
"DOCUMENT_SUPPORT": "true"
}
}
}
}