MCP Servers / productivity / ClickUp

ClickUp

JSON →
httpnone3productivity

Interact with ClickUp's task management API to manage projects and tasks through natural language.

Install
How to run this server
[ { "cmd": "uvx --from", "imports": [] } ]
server path: clickup-4
Tools
What this server exposes
clickup_get_task
Get details of a specific task by its ID.
clickup_create_task
Create a new task in a specified list.
clickup_update_task
Update an existing task's fields.
clickup_delete_task
Delete a task permanently.
clickup_get_tasks
Get tasks from a list with optional filters.
clickup_get_list
Get details of a specific list.
clickup_get_lists
Get all lists in a folder or space.
clickup_get_folder
Get details of a specific folder.
clickup_get_folders
Get all folders in a space.
clickup_get_space
Get details of a specific space.
clickup_get_spaces
Get all spaces in a team.
clickup_get_team
Get details of a specific team.
clickup_get_teams
Get all teams accessible to the authenticated user.
clickup_get_task_comments
Get comments on a task.
clickup_create_task_comment
Add a comment to a task.
clickup_get_task_checklists
Get checklists on a task.
clickup_create_checklist
Create a new checklist on a task.
clickup_create_checklist_item
Add an item to a checklist.
clickup_update_checklist_item
Update a checklist item's status or text.
clickup_delete_checklist_item
Delete a checklist item.
clickup_get_task_tags
Get tags on a task.
clickup_add_task_tag
Add a tag to a task.
clickup_remove_task_tag
Remove a tag from a task.
clickup_get_task_time_entries
Get time entries for a task.
clickup_get_task_dependencies
Get dependencies of a task.
clickup_get_task_linked_tasks
Get linked tasks for a task.
clickup_get_authorized_user
Get details of the authenticated user.
clickup_get_workspace_plan
Get the plan details of a workspace.
Configuration
Environment & auth
authnone
envCLICKUP_MCP_API_KEY
envYOUR_KEY
Resources
ClickUp — MCP Server · libregistry