ClickUp Task Manager

v0.12.12Business Applicationsstable

Provides comprehensive tools for AI systems to manage ClickUp tasks, lists, folders, and workspaces through the Model Context Protocol. It enables automated task creation, status updates, subtask management, and custom field manipulation using natura

aiartificial-intelligenceclaude-codeclaude-desktopclickup
Share:
39
Stars
0
Downloads
0
Weekly
0/5

What is ClickUp Task Manager?

ClickUp Task Manager is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to provides comprehensive tools for ai systems to manage clickup tasks, lists, folders, and workspaces through the model context protocol. it enables automated task creation, status updates, subtask mana...

Provides comprehensive tools for AI systems to manage ClickUp tasks, lists, folders, and workspaces through the Model Context Protocol. It enables automated task creation, status updates, subtask management, and custom field manipulation using natura

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Provides comprehensive tools for AI systems to manage ClickU

Use Cases

Task and list management
Automated status updates
Custom field handling
taazkareem

Maintainer

LicenseNOASSERTION
Languagedockerfile
Versionv0.12.12
UpdatedMay 12, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @taazkareem/clickup-mcp-server

Manual Installation

npx -y @taazkareem/clickup-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use ClickUp Task Manager

The ClickUp MCP Server is a premium integration that gives AI clients full programmatic access to ClickUp's project management platform through 150 tools covering tasks, lists, folders, spaces, time tracking, comments, documents, goals, views, checklists, and attachments. It supports both a hosted remote endpoint and a local npm-based installation, and can manage multiple ClickUp workspaces simultaneously using separate API keys. Product managers and engineering teams use it to automate task creation, status updates, sprint management, and reporting through natural-language instructions in their AI client.

Prerequisites

  • A ClickUp account with API access
  • A ClickUp API token (generated at ClickUp Settings → Apps → API Token)
  • Your ClickUp Team ID (the first number in your workspace URL after clickup.com/)
  • A valid license key from https://buy.polar.sh/taazkareem (required for all usage)
  • Claude Desktop, Cursor, VS Code, or another supported MCP client
1

Purchase a license key

The ClickUp MCP Server requires a license key. Purchase a monthly ($9), annual ($59), or lifetime ($89) license at https://buy.polar.sh/taazkareem. You will receive the key by email.

2

Retrieve your ClickUp API key and Team ID

Go to ClickUp Settings → Apps → API Token to generate your personal API token. Your Team ID is the first numeric segment in your workspace URL (e.g., clickup.com/12345678/home → Team ID is 12345678).

3

Configure Claude Desktop for local npm usage

Open claude_desktop_config.json and add the server entry with your API key, Team ID, and license key as environment variables.

{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server"],
      "env": {
        "CLICKUP_API_KEY": "pk_your_api_key_here",
        "CLICKUP_TEAM_ID": "your_team_id",
        "CLICKUP_MCP_LICENSE_KEY": "your_license_key"
      }
    }
  }
}
4

Alternatively, use the hosted remote server

For zero-installation setup, point your MCP client at the hosted server URL and authenticate with your license key in the X-License-Key header.

{
  "mcpServers": {
    "clickup": {
      "serverUrl": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your_license_key"
      }
    }
  }
}
5

Restart your MCP client and verify

Restart Claude Desktop (or your chosen client) and confirm the ClickUp server appears with its tools available. You should see tools prefixed with clickup_ in the tool list.

6

Optionally filter tools by persona or category

To reduce context usage, restrict which of the 150 tools are loaded by setting persona or category headers. Available personas include: auditor, task_worker, project_manager.

X-Enabled-Categories: task,time_tracking,workspace
X-Persona: project_manager

ClickUp Task Manager Examples

Client configuration

Claude Desktop configuration using the npm package with environment variables for authentication.

{
  "mcpServers": {
    "clickup": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server"],
      "env": {
        "CLICKUP_API_KEY": "pk_your_api_key_here",
        "CLICKUP_TEAM_ID": "your_team_id_here",
        "CLICKUP_MCP_LICENSE_KEY": "your_license_key_here"
      }
    }
  }
}

Prompts to try

These prompts cover common task management, time tracking, and workspace operations.

- "Create a task called 'Fix login bug' in the Backend list with high priority and assign it to me."
- "Show me all tasks in the current sprint that are still in 'In Progress' status."
- "Start a time tracking entry for the task 'API integration' in the Mobile project."
- "Create a subtask under 'Q3 Roadmap' called 'User research interviews' with a due date of next Friday."
- "List all spaces in my workspace and show their folder counts."
- "Update all tasks tagged 'blocked' to status 'On Hold' in the Frontend list."

Troubleshooting ClickUp Task Manager

All tool calls return a license validation error

Verify your CLICKUP_MCP_LICENSE_KEY is correct and has not expired. Check your purchase confirmation email from Polar.sh. For the remote server, ensure the X-License-Key header is set correctly.

Tasks are not found when referenced by name

The server uses fuzzy search — try providing a more specific name or include the list/folder context in your request. You can also provide the task ID directly if you know it.

npx command downloads a stale cached version

Clear the npx cache and force a fresh download: npx --yes clear-npx-cache && npx -y @taazkareem/clickup-mcp-server. Or pin a specific version in the args array.

Frequently Asked Questions about ClickUp Task Manager

What is ClickUp Task Manager?

ClickUp Task Manager is a Model Context Protocol (MCP) server that provides comprehensive tools for ai systems to manage clickup tasks, lists, folders, and workspaces through the model context protocol. it enables automated task creation, status updates, subtask management, and custom field manipulation using natura It connects AI assistants to external tools and data sources through a standardized interface.

How do I install ClickUp Task Manager?

Install via npm with the command: npx -y @taazkareem/clickup-mcp-server. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with ClickUp Task Manager?

ClickUp Task Manager works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is ClickUp Task Manager free to use?

Yes, ClickUp Task Manager is open source and available under the NOASSERTION license. You can use it freely in both personal and commercial projects.

ClickUp Task Manager Alternatives — Similar Business Applications Servers

Looking for alternatives to ClickUp Task Manager? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "clickup-mcp-server": { "command": "npx", "args": ["-y", "@taazkareem/clickup-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use ClickUp Task Manager?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides