Clickup

Clickup

ClickUp unifies tasks, docs, goals, and chat in a single platform, allowing teams to plan, organize, and collaborate across projects with customizable workflows

1491VIEWS
182USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app clickupnpx @composio/cli add cursor --app clickupnpx @composio/cli add cursor --app clickupnpx @composio/cli add cursor --app clickup

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Dependency

Adds a 'waiting on' or 'blocking' dependency to a task, requiring either `depends on` (task becomes waiting on) or `dependency of` (task becomes blocking), but not both; `team id` is required if `custom task ids` is true.

Add Guest To Folder

Adds a guest to a folder with specified permissions; requires a clickup enterprise plan.

Add Guest To List

Shares a clickup list with an existing guest user, granting them specified permissions; requires the workspace to be on the clickup enterprise plan.

Add Guest To Task

Assigns a guest to a task with specified permissions; requires clickup enterprise plan, and `team id` if `custom task ids` is true.

Add Tags From Time Entries

Associates a list of specified tags with one or more time entries within a given team (workspace).

Add Tag To Task

Adds an existing tag to a specified task; team id is required if custom task ids is true.

Add Task Link

Links two existing and accessible clickup tasks, identified by `task id` (source) and `links to` (target).

Add Task To List

Adds an existing task to an additional clickup list; the "tasks in multiple lists" clickapp must be enabled in the workspace for this.

Create Task Attachment

Deprecated: use `create task attachment` to upload a file to a task; requires `multipart/form-data`.

Get Access Token

Deprecated: use `get access token` instead. exchanges a clickup oauth 2.0 authorization code for an access token.

Get Authorized Teams Workspaces

Deprecated: use `get authorized teams workspaces` instead to retrieve workspaces (teams) accessible to the authenticated user.

Get Authorized User

Deprecated: use `get authorized user` instead. retrieves details of the authenticated user's clickup account.

Change Tag Names From Time Entries

Updates the name, background color, and/or foreground color for an existing time entry tag, identified by its current `name` and `team id`.

Create A Time Entry

Creates a new time entry for a specified team.

Create Chat View Comment

Posts a new comment to a specified clickup chat view; the 'view id' must correspond to an existing and accessible chat view.

Create Checklist

Creates a new checklist with a specified name within an existing task, which can be identified by its standard id or a custom task id (if `custom task ids` is true, `team id` is also required).

Create Checklist Item

Creates a new checklist item within a specified, existing checklist, optionally setting the item's name and assigning it to a user.

Create Folder

Creates a new clickup folder within the specified space, which must exist and be accessible.

Create Folderless List

Creates a new folderless list (a list not part of any folder) directly within a specified clickup space.

Create Folder View

Creates a new, highly customizable view within a specific clickup folder using its `folder id`.

20 actions available