ClickUp MCP Server
@MCP-Mirror
About ClickUp MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"TaazKareem_clickup-mcp-server": {
"command": "npx",
"args": [
"@taazkareem/clickup-mcp-server"
]
}
}
}Tools
41Name of the task
ID of the list (optional if listName provided)
Name of the list (optional if listId provided)
Task description
Task status
Priority level (1-4)
Due date (ISO string)
Array of user IDs
Array of task objects, each containing:
ID of the list (optional if listName provided)
Name of the list (optional if listId provided)
Name of the list
ID of the space (optional if spaceName provided)
Name of the space (optional if spaceId provided)
List description
List status
Priority level (1-4)
Due date (ISO string)
Name of the folder
ID of the space (optional if spaceName provided)
Name of the space (optional if spaceId provided)
Whether to override space statuses
Name of the list
ID of the folder (optional if using folderName)
Name of the folder
ID of the space (required if using folderName)
Name of the space (alternative to spaceId)
List description
List status
ID of the task to move
ID of destination list (optional if listName provided)
Name of destination list (optional if listId provided)
ID of the task to duplicate
ID of destination list (optional if listName provided)
Name of destination list (optional if listId provided)
ID of the task to update
New task name
New description
New status
New priority level (1-4)
New due date (ISO string)
Overview
What is ClickUp MCP Server?
The ClickUp MCP Server is a Model Context Protocol (MCP) server that enables AI agents to interact with ClickUp tasks, spaces, lists, and folders through a standardized interface.
How to use ClickUp MCP Server?
Install globally via npm install -g @taazkareem/clickup-mcp-server or run with npx. Configure environment variables CLICKUP_API_KEY and TEAM_ID. For Cursor AI Composer, add the server under MCP Servers with the npx command and your credentials as environment variables.
Key features of ClickUp MCP Server
- List and read ClickUp tasks as resources
- Create, update, and delete spaces, folders, and lists
- Create single or bulk tasks with priorities and due dates
- Move and duplicate tasks between lists
- Smart name resolution (IDs or case-insensitive names)
- AI-powered task summarization and recommendations
Use cases of ClickUp MCP Server
- Automate task creation from AI chatbots or assistants
- Query workspace hierarchy for project management insights
- Generate detailed task descriptions with AI help
- Move or duplicate tasks across lists during workflow changes
- Summarize and analyze priorities for team retrospectives
FAQ from ClickUp MCP Server
What is required to use this server?
A ClickUp API key (from app.clickup.com/settings/apps) and your team ID are required, both set as environment variables.
How do I reference items like spaces, folders, or lists?
You can use either the item's ID or its name. Name matching is case-insensitive and can search globally across the workspace.
Can I create multiple tasks at once?
Yes, the create_bulk_tasks tool allows creating several tasks simultaneously in a single list.
How do I integrate this server with Cursor AI Composer?
In Cursor's settings under Features, add an MCP Server with the command npx -y @taazkareem/clickup-mcp-server --env CLICKUP_API_KEY=... --env TEAM_ID=....
What errors might I encounter?
The server returns clear error messages for missing parameters, invalid IDs or names, items not found, permission issues, and API errors.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mlops
visengerA curated list of references for MLOps
πͺ Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments