mcpbeat Sign in

Clickup MCP Server

answering

Clickup is answering right now. Last checked 6 min ago. It exposes 14 tools. Last commit 1 Sep 2026.

Read teams, spaces, lists and tasks; create, update and comment on tasks and track time.

Uptime history 47 days of history · worst day 21%
47 days agonow
100.0%
Uptime 24h
92 of 92 checks
14
Tools
read from the server
163 ms
Response time
average over 24h
0
Stars
last commit 1 Sep 2026

Nothing serious here today

Today is the operative word: we check Clickup every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 6 min ago.

run in your terminal
claude mcp add clickup --transport http https://clickup.usefulapi.io/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clickup": {
      "url": "https://clickup.usefulapi.io/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clickup]
url = "https://clickup.usefulapi.io/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "clickup": {
      "url": "https://clickup.usefulapi.io/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clickup": {
      "url": "https://clickup.usefulapi.io/mcp"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

clickup
clickup_create_task
WRITE: create a new task in a list. `name` is required; the list is the {list_id} path param, not a body field. ClickUp REST: POST /list/{list_id}/task.
clickup_create_task_comment
WRITE: add a comment to a task. `comment_text` is required; the task is the {task_id} path param. ClickUp REST: POST /task/{task_id}/comment.
clickup_get_authorized_user
Get the user associated with the current ClickUp API token. ClickUp REST: GET /user.
clickup_get_list_comments
Get the comments on a list. ClickUp REST: GET /list/{list_id}/comment.
clickup_get_task
Get a single task by id. ClickUp REST: GET /task/{task_id}.
clickup_get_task_comments
Get the comments on a task. ClickUp REST: GET /task/{task_id}/comment.
clickup_get_tasks
Get the tasks in a list, with optional filters and pagination. ClickUp REST: GET /list/{list_id}/task.
clickup_list_folderless_lists
List the lists that live directly in a space (not inside a folder). ClickUp REST: GET /space/{space_id}/list.
clickup_list_folders
List folders in a space. ClickUp REST: GET /space/{space_id}/folder.
clickup_list_lists
List the lists inside a folder. ClickUp REST: GET /folder/{folder_id}/list.
clickup_list_spaces
List spaces in a workspace (team). ClickUp REST: GET /team/{team_id}/space.
clickup_list_workspaces
List the workspaces (the ClickUp API calls these "teams") the token can access — their ids are the team_id used by other tools. ClickUp REST: GET /team.
clickup_search_tasks
Search/filter tasks across a whole workspace (team), optionally scoped to spaces/folders/lists. ClickUp's "Get Filtered Team Tasks". ClickUp REST: GET /team/{team_id}/task.
clickup_update_task
WRITE: update fields on an existing task. Only the fields you pass are changed. ClickUp REST: PUT /task/{task_id}.

Endpoints

URLTransportStateLatencyChecked
https://clickup.usefulapi.io/mcp streamable-http answering 245 ms 6 min ago

Alternatives to Clickup

same job, measured the same way
Linear
by usefulapi

Search, read and create Linear issues, projects, teams and cycles.

8 tools answering
Markboard
by markboard

Read and update Markboard kanban boards: cards, checklists, labels, comments and files.

answering
Parabol
by usefulapi

Start Parabol retrospectives, standups and sprint poker; read teams/meetings/tasks; create tasks.

21 tools answering
Clickup
by mcparmory

Manage tasks, lists, checklists, comments, and project workflows

247 installs/wk local only
SprintCheckout
by sprintcheckout

Read payment settings, orders and receipts, create payment links and API keys.

answering
ClickUp MCP Server
by retailbox-automation

Audit ClickUp workspaces: spaces, folders, lists, custom fields, tasks, and views.

local only
SprintFlint
by neoflintai

Opinionated sprint tracker. Read/update tickets, sprints, velocity from Claude/Cursor/Zed.

answering
EasyKanban
by easykanb

Read and manage your EasyKanban kanban boards: to-do summaries, create, update, and move cards.

answering

Clickup — questions

Answers built from our own checks of this server.

What can Clickup do?
It exposes 14 tools, read directly from the server on our last check. Among them: clickup_create_task, clickup_create_task_comment, clickup_get_authorized_user, clickup_get_list_comments, clickup_get_task, clickup_get_task_comments and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Clickup working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 163 ms. The bar chart above shows every period we have measured.
How do I connect Clickup?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Clickup need an API key?
No. Clickup completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Clickup?
It answers our handshake in 163 ms on average, which is faster than 74% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Clickup open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.