Clickup
Rank #795io.github.taazkareem/clickup
MCP server providing clickup capabilities
Clickup is a Model Context Protocol (MCP) server published by taazkareem. It ranks #795 of 115,591 servers tracked on MCP Toplist, and its repository has 50 GitHub stars. Clickup is listed across 5 registries — Official MCP, Smithery, PulseMCP, mcp.so and Glama, with 3 tracked versions. It was first listed on Feb 10, 2025 and most recently updated on Feb 15, 2026.
Ranks ahead of 114,796 of 115,591 servers on MCP Toplist.
Use Clickup
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add clickup -e "CLICKUP_MCP_LICENSE_KEY=<your CLICKUP_MCP_LICENSE_KEY>" -e "CLICKUP_API_KEY=<your CLICKUP_API_KEY>" -e "CLICKUP_TEAM_ID=<your CLICKUP_TEAM_ID>" -e "DOCUMENT_SUPPORT=<your DOCUMENT_SUPPORT>" -- npx -y @taazkareem/clickup-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.clickup]
command = "npx"
args = ["-y", "@taazkareem/clickup-mcp-server"]
[mcp_servers.clickup.env]
CLICKUP_MCP_LICENSE_KEY = "<your CLICKUP_MCP_LICENSE_KEY>"
CLICKUP_API_KEY = "<your CLICKUP_API_KEY>"
CLICKUP_TEAM_ID = "<your CLICKUP_TEAM_ID>"
DOCUMENT_SUPPORT = "<your DOCUMENT_SUPPORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
],
"env": {
"CLICKUP_MCP_LICENSE_KEY": "<your CLICKUP_MCP_LICENSE_KEY>",
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"CLICKUP_TEAM_ID": "<your CLICKUP_TEAM_ID>",
"DOCUMENT_SUPPORT": "<your DOCUMENT_SUPPORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
],
"env": {
"CLICKUP_MCP_LICENSE_KEY": "<your CLICKUP_MCP_LICENSE_KEY>",
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"CLICKUP_TEAM_ID": "<your CLICKUP_TEAM_ID>",
"DOCUMENT_SUPPORT": "<your DOCUMENT_SUPPORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"clickup": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
],
"env": {
"CLICKUP_MCP_LICENSE_KEY": "<your CLICKUP_MCP_LICENSE_KEY>",
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"CLICKUP_TEAM_ID": "<your CLICKUP_TEAM_ID>",
"DOCUMENT_SUPPORT": "<your DOCUMENT_SUPPORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
],
"env": {
"CLICKUP_MCP_LICENSE_KEY": "<your CLICKUP_MCP_LICENSE_KEY>",
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"CLICKUP_TEAM_ID": "<your CLICKUP_TEAM_ID>",
"DOCUMENT_SUPPORT": "<your DOCUMENT_SUPPORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": [
"-y",
"@taazkareem/clickup-mcp-server"
],
"env": {
"CLICKUP_MCP_LICENSE_KEY": "<your CLICKUP_MCP_LICENSE_KEY>",
"CLICKUP_API_KEY": "<your CLICKUP_API_KEY>",
"CLICKUP_TEAM_ID": "<your CLICKUP_TEAM_ID>",
"DOCUMENT_SUPPORT": "<your DOCUMENT_SUPPORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.taazkareem%2Fclickup)<a href="https://mcptoplist.com/server/io.github.taazkareem%2Fclickup"><img src="https://mcptoplist.com/badge/io.github.taazkareem%2Fclickup.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (4 delisted)
taazkareem
Other servers by taazkareem
View all taazkareem servers →Available versions (3)
| Version | Published |
|---|---|
| 0.12.12 | Feb 15, 2026 |
| 0.12.3 | Jan 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Clickup?
- Clickup is maintained by taazkareem, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Clickup listed on the Official MCP Registry?
- Yes — Clickup is listed on the Official MCP Registry, alongside Smithery, PulseMCP, mcp.so and Glama.
- How many versions does Clickup have?
- MCP Toplist tracks 3 versions of Clickup, most recently published on Feb 15, 2026.
- Where can I find the source code for Clickup?
- The source code for Clickup is hosted at github.com/taazkareem/clickup-mcp-server.