ClickUp MCP
Manage ClickUp tasks, lists, spaces, and sprints. Full read/write over your workspaces.
Overview
| Catalog ID | mcp-clickup |
| Category | issue-tracker |
| Auth method | OAuth |
| Blast radius | moderate |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
create_task | Create a new ClickUp task. |
update_task | Update an existing task. |
list_tasks | List tasks in a list. |
create_list | Create a new list. |
assign_task | Assign a task to users. |
Tool parameters
create_task
Create a new ClickUp task.
| Parameter | Type | Description | |
|---|---|---|---|
list_id | string | required | List ID |
name | string | required | Task name |
description | string | optional | Task description |
priority | integer | optional | Priority (1=urgent, 4=low) |
update_task
Update an existing task.
| Parameter | Type | Description | |
|---|---|---|---|
task_id | string | required | Task ID |
name | string | optional | New name |
status | string | optional | New status |
priority | integer | optional | New priority |
list_tasks
List tasks in a list.
| Parameter | Type | Description | |
|---|---|---|---|
list_id | string | required | List ID |
statuses | array | optional | Filter by statuses |
create_list
Create a new list.
| Parameter | Type | Description | |
|---|---|---|---|
folder_id | string | required | Folder ID |
name | string | required | List name |
assign_task
Assign a task to users.
| Parameter | Type | Description | |
|---|---|---|---|
task_id | string | required | Task ID |
assignees | array | required | User IDs |
Installing
- In Cendriix, go to Settings → MCPs
- Find ClickUp and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- Click Test Connection to run a health check and list available tools
Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
Blast radius
This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.
Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.
Further reading
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on