Skip to main content
Feedback

ClickUp MCP connector

ClickUp is an all-in-one productivity platform that helps teams manage tasks, projects, and workflows in a single place. The ClickUp MCP connector allows AI agents to create and update tasks, organize work into spaces and folders, and retrieve team structures and project hierarchies. It also supports managing task details, deleting organizational elements, and navigating the complete workspace structure across authorized teams.

Authentication type

  • OAuth 2.0 Authorization Code - Requires a one-time user login to authorize the agent to access the service on their behalf.

Uses

Use the ClickUp MCP connector to perform the following actions:

  • Automate task creation from incoming requests, emails, and form submissions
  • Update task statuses and priorities across teams in real time
  • Assign tasks to team members and track project progress automatically
  • Organize work into spaces, folders, and lists based on business needs
  • Synchronize custom field values with external systems and databases
  • Tag and categorize tasks to improve searchability and workflow routing
  • Retrieve task details and team information for reporting and dashboards

Example prompts

Use the following example prompts to invoke ClickUp MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Create a new task in ClickUp for the marketing campaign launch next week.
  • Show me all incomplete tasks assigned to the sales team in ClickUp.
  • Update the status of task 12345 to complete in ClickUp.
  • Get the list of team members who can access this ClickUp space.
  • Create a folder in ClickUp called customer requests.
  • Add the urgent tag to all high-priority tasks in ClickUp.
  • Retrieve all tasks from the product roadmap list in ClickUp.
  • Assign this task to John and set the due date to tomorrow in ClickUp.
  • Delete the outdated project folder from ClickUp.
  • Show me custom fields available for tasks in this ClickUp space.

ClickUp MCP connector tools

The ClickUp MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
clickup_clickupcreatespace_invokeCreates a new space within an authorized team.
clickup_createtask_invokeCreates a new task with specified details and properties.
clickup_clickupupdatetask_invokeModifies an existing task's information and attributes.
getTeamsRetrieves all teams associated with the authorized user.
getSpacesRetrieves all spaces contained within a specific team.
getFoldersRetrieves all folders contained within a specific space.
createFolderCreates a new folder within a space.
getFolderRetrieves details about a specific folder.
updateFolderModifies the name or settings of an existing folder.
deleteFolderRemoves a folder and its contents from a space.
getListsInFolderRetrieves all lists contained within a specific folder.
createListInFolderCreates a new list within a folder.
getFolderlessListsRetrieves all lists not assigned to any folder in a space.
createFolderlessListCreates a new list directly in a space without a folder.
getListRetrieves details about a specific list.
updateListModifies the name or settings of an existing list.
deleteListRemoves a list and its contents.
getListMembersRetrieves all members assigned to a specific list.
getCustomFieldsRetrieves all custom field definitions in a workspace.
getAllTasksRetrieves all tasks contained within a specific list.
createTaskCreates a new task within a list.
getTaskRetrieves details about a specific task.
updateTaskModifies a task's information and properties.
deleteTaskRemoves a task from a list.
getTaskMembersRetrieves all members assigned to a specific task.
setCustomFieldAssigns or updates a custom field value for a task.
addTaskTagAssigns a tag label to a task.
removeTaskTagRemoves a tag label from a task.
addTaskToListAssigns a task to an additional list.
removeTaskFromListRemoves a task from an additional list.
createTaskDependencyCreate task dependency.
deleteTaskDependencyDelete task dependency.
getTaskCommentsGet task comments.
createTaskCommentCreate task comment.
getListCommentsGet list comments.
createListCommentCreate list comment.
updateCommentUpdate a comment.
deleteCommentDelete a comment.
createChecklistCreate a checklist.
updateChecklistUpdate a checklist.
deleteChecklistDelete a checklist.
createChecklistItemCreate checklist item.
updateChecklistItemUpdate checklist item.
deleteChecklistItemDelete checklist item.
getAllGoalsGet all goals.
createGoalCreate a goal.
getGoalGet a goal.
updateGoalUpdate a goal.
deleteGoalDelete a goal.
createGoalKeyResultCreate goal key result.
updateGoalKeyResultUpdate goal key result.
deleteGoalKeyResultDelete goal key result.
getAllTimeEntriesGet all time entries.
createTimeEntryCreate time entry.
getTimeEntryGet time entry.
updateTimeEntryUpdate time entry.
deleteTimeEntryDelete time entry.
getCurrentTimeEntryGet current running time entry.
startTimeEntryStart time tracking.
stopTimeEntryStop time tracking.
getAllTimeEntryTagsGet all time entry tags.
addTimeEntryTagsAdd tags to time entries.
removeTimeEntryTagsRemove tags from time entries.
getAllSpaceTagsGet all space tags.
createSpaceTagCreate space tag.
updateSpaceTagUpdate space tag.
deleteSpaceTagDelete space tag.
On this Page