mcpbeat Sign in

Clickup MCP Server

by taazkareem Your server? Claim it
local only

Clickup runs on your own machine — the client starts it, so there is no endpoint to ping. 20 457 installs a week from npm. Last commit 10 Sep 2026.

Premium AI integration. Tasks, lists, docs, folders, time. 50+ tools. Instant setup.

Installs per day peak 3 825 · avg 3 245 · +39% w/w
a month agotoday
20 457
Installs / week
npm · @taazkareem/clickup-mcp-server
50
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
License
Dockerfile

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

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 -- npx -y @taazkareem/clickup-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clickup": {
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clickup]
command = "npx"
args = ["-y", "@taazkareem/clickup-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "clickup": {
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clickup": {
      "args": [
        "-y",
        "@taazkareem/clickup-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLICKUP_MCP_LICENSE_KEY (Your ClickUp MCP License Key from Polar.sh), CLICKUP_API_KEY (Your ClickUp API key), CLICKUP_TEAM_ID (Your ClickUp Team ID), DOCUMENT_SUPPORT (Enable ClickUp Document support). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clickup

same job, measured the same way
ClickUp MCP Server
by retailbox-automation

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

local only
C
Dillie MCP
by gravity8

Manage dillie projects, tasks, and sprints; look up members and search platform documentation.

answering
Clickup
by usefulapi

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

14 tools answering
Kanban AI
by orholam

Remote MCP for Kanban AI boards—manage projects, tasks, and comments from AI tools.

answering
Gitscrum Core
by gitscrum-core

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

72 installs/wk local only
Gitscrum
by gitscrum

MCP server for GitScrum — manage tasks, sprints, time tracking, and client workflows via AI

local only
Linear-Task-Broker
by evozim

Integrates agents with Linear software development workflows.

answering
Claudia
by yuvalsuede

Task management for AI agents with hierarchical tasks, dependencies, sprints, and coordination.

40 installs/wk local only

Clickup — questions

Answers built from our own checks of this server.

Why is there no uptime for Clickup?
Clickup 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 @taazkareem/clickup-mcp-server was installed 20 457 times last week.
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 runs locally, so the command pulls @taazkareem/clickup-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Clickup?
The npm package @taazkareem/clickup-mcp-server was installed 20 457 times in the last week. Week over week that is +39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clickup open source?
We cannot say either way: written in Dockerfile and 50 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.