under-scor/clickup-mcp
If you are the rightful owner of clickup-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol server that integrates with ClickUp, enabling seamless interaction with ClickUp tasks and data through Large Language Models.
Tools
Functions exposed to the LLM to take actions
clickup_create_task
Creates a new task in your ClickUp workspace
clickup_get_task
Retrieves detailed information about a specific task using its ID
clickup_get_task_by_custom_id
Retrieves task information using a custom ID
clickup_update_task
Updates an existing task by its ID
clickup_update_task_by_custom_id
Updates an existing task by its custom ID
get_list_tasks
Gets all tasks from a list with optional filtering
clickup_search_docs
Searches for docs in a specific parent
clickup_create_doc
Creates a new doc in ClickUp
clickup_get_doc_pages
Gets all pages from a ClickUp doc
clickup_get_page
Gets a specific page from a ClickUp doc
clickup_create_page
Creates a new page in a ClickUp doc
clickup_edit_page
Edits an existing page in a ClickUp doc
clickup_get_list_custom_fields
Gets all accessible custom fields for a list
clickup_set_custom_field_value
Sets a value for a custom field on a task
clickup_set_custom_field_value_by_custom_id
Sets a custom field value using the task's custom ID
get_list_assignees
Gets all members (potential assignees) of a list
get_spaces
Gets all spaces in the workspace
get_folders
Gets all folders in a space
get_lists
Gets all lists in a folder
create_list
Creates a new list in a folder
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client