clickup-mcp
Exposes the ClickUp REST API v2 as MCP tools, enabling management of workspaces, spaces, folders, lists, tasks, custom fields, assignees, tags, checklists, attachments, members, comments, goals, views, webhooks, and time tracking through natural language.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@clickup-mcpshow me all tasks in the Marketing list"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
clickup-mcp
A thin Model Context Protocol (MCP) server that exposes the full ClickUp REST API v2 as MCP tools.
Connect any MCP-compatible client (Claude Desktop, Cursor, etc.) to manage your ClickUp workspaces through natural language.
Features
Workspaces & Teams — list workspaces, get workspace members
Spaces — CRUD operations on spaces
Folders — CRUD operations on folders
Lists — CRUD operations on lists, folderless lists
Tasks — full task lifecycle: create, read, update, delete, move, duplicate
Task Fields — custom fields, assignees, tags, checklists, attachments
Members — workspace and list members
Comments — task and list comments
Goals & Key Results — create and track goals
Views — workspace, space, folder, and list views
Webhooks — create and manage webhooks
Time Tracking — log and query time entries
Related MCP server: clickup-mcp
Setup
1. Get a ClickUp API Token
Go to ClickUp → Settings → Apps and generate a personal API token.
2. Install
npm install -g clickup-mcp3. Configure Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"clickup": {
"command": "clickup-mcp",
"env": {
"CLICKUP_API_TOKEN": "your_token_here"
}
}
}
}4. Run directly
CLICKUP_API_TOKEN=your_token clickup-mcpEnvironment Variables
Variable | Required | Description |
| Yes | Personal API token from ClickUp Settings → Apps |
| No | Default team/workspace ID (used when not specified in tool calls) |
Development
git clone https://github.com/MohanadAlrefaai/clickup-mcp.git
cd clickup-mcp
npm install
npm run devLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceEnables integration with ClickUp project management platform through a Model Context Protocol server, providing tooling for task management, workspace operations, and team collaboration with flexible authentication and deployment options.Last updated165
- AlicenseBqualityCmaintenanceLightweight ClickUp MCP server for task management with 37 tools and token-optimized responses to reduce API verbosity.Last updated37603MIT
- Alicense-qualityCmaintenanceMCP server enabling AI assistants to interact with ClickUp workspaces, including task management, comments, time tracking, and document operations.Last updated16MIT
- AlicenseAqualityAmaintenanceA comprehensive MCP server for the ClickUp API exposing 166 tools to manage Spaces, Folders, Lists, Tasks, Docs, and more, enabling LLMs to read and drive a ClickUp Workspace.Last updated1001Apache 2.0
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MohanadAlrefaai/clickup-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server