mcpbeat Sign in

Clickup MCP Server

local only

Clickup MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 12 Aug 2026.

Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)

Installs per day peak 19 · avg 8 · +18% w/w
a month agotoday
43
Installs / week
npm · @cavort-it-systems/clickup-mcp
3
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Clickup MCP 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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clickup-mcp -- npx -y @cavort-it-systems/clickup-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clickup-mcp": {
      "args": [
        "-y",
        "@cavort-it-systems/clickup-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clickup-mcp]
command = "npx"
args = ["-y", "@cavort-it-systems/clickup-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clickup-mcp": {
      "args": [
        "-y",
        "@cavort-it-systems/clickup-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clickup-mcp": {
      "args": [
        "-y",
        "@cavort-it-systems/clickup-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLICKUP_API_TOKEN (ClickUp Personal API Token (Settings > Apps)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clickup MCP

same job, measured the same way
ClickUp MCP Pro
by helbertparanhos

The most complete ClickUp MCP server — 161 tools + clickup_raw for the full v2/v3 API.

132 installs/wk local only
jira-mini-mcp
by proprock

Minimal Jira Cloud MCP server: broad reads, a narrow 3-tool write surface, optional read-only mode.

local only
Oss Issues MCP
by amrmohamed17

MCP server with derived GitHub issue tools: normalized fetch, new-issue watch, claim status.

84 installs/wk local only
ClickUp MCP Server
by retailbox-automation

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

local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 installs/wk local only
Math MCP
by andylbrummer

GPU-accelerated MCP server: symbolic algebra, numerical computing, FFT, optimization, linear algebra

82 installs/wk local only
Pickle
by adityaarsharma

Free, local MCP server that audits ClickUp, Slack & Teams for work that slipped through.

57 installs/wk local only
Rebar
by navapbc

Event-sourced ticket tracker + Jira reconciler, exposed as a Python library, CLI, and MCP server.

580 installs/wk local only

Clickup MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Clickup MCP?
Clickup MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cavort-it-systems/clickup-mcp was installed 43 times last week.
How do I connect Clickup MCP?
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 runs locally, so the command pulls @cavort-it-systems/clickup-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Clickup MCP?
The npm package @cavort-it-systems/clickup-mcp was installed 43 times in the last week. Week over week that is +18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clickup MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 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.