clickup-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_API_TOKEN | Yes | Your ClickUp API token. Get it from ClickUp Settings > Apps. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clickup_whoamiA | Get current user info and list of workspaces with members |
| clickup_get_spacesC | List all spaces in a workspace |
| clickup_get_foldersB | List folders in a space (includes nested lists) |
| clickup_get_listsA | Get lists in a folder, or folderless lists in a space. Provide either folder_id or space_id. |
| clickup_get_listB | Get a single list's details including its statuses |
| clickup_create_listA | Create a new list in a folder or as a folderless list in a space |
| clickup_delete_listA | Delete a list. This is permanent and cannot be undone. |
| clickup_get_taskC | Get a task by its ID |
| clickup_create_taskB | Create a new task in a list |
| clickup_update_taskC | Update a task. Assignees use add/rem arrays, not a flat list. |
| clickup_get_tasksB | List tasks in a list with optional filters |
| clickup_search_tasksC | Search tasks across an entire workspace |
| clickup_set_custom_fieldA | Set a custom field value on a task (update_task cannot do this) |
| clickup_delete_taskA | Permanently delete a task |
| clickup_get_space_tagsA | List all tags in a space |
| clickup_create_space_tagB | Create a new tag in a space |
| clickup_edit_space_tagB | Edit (rename or recolor) a tag in a space |
| clickup_delete_space_tagB | Delete a tag from a space |
| clickup_add_tag_to_taskC | Add a tag to a task |
| clickup_remove_tag_from_taskB | Remove a tag from a task |
| clickup_create_checklistC | Create a checklist on a task |
| clickup_edit_checklistB | Rename or reorder a checklist |
| clickup_delete_checklistB | Delete a checklist and all its items |
| clickup_create_checklist_itemB | Add an item to a checklist |
| clickup_edit_checklist_itemC | Edit a checklist item (name, resolved status, assignee, or parent) |
| clickup_delete_checklist_itemC | Delete a checklist item |
| clickup_add_dependencyB | Add a dependency between tasks (waiting_on or blocking) |
| clickup_delete_dependencyB | Remove a dependency. Note: uses query params, not body. |
| clickup_add_task_linkC | Link two tasks together |
| clickup_delete_task_linkB | Remove a link between two tasks |
| clickup_create_commentC | Add a comment to a task |
| clickup_get_commentsA | Get comments on a task (paginated, 25 per page) |
| clickup_update_commentB | Edit a comment's text or resolve/unresolve it |
| clickup_create_replyB | Add a threaded reply to a comment |
| clickup_get_repliesA | Get threaded replies to a comment |
| clickup_get_workspace_membersA | Get all members across all workspaces (extracted from teams response) |
| clickup_get_list_membersB | Get members with access to a specific list |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cvrt-jh/clickup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server