ClickUp MCP Server
Allows AI agents to manage ClickUp tasks, spaces, folders, and lists, including creating, updating, moving, duplicating tasks, and retrieving workspace hierarchy.
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 MCP Servershow tasks in the Development list with high priority"
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 Server
A Model Context Protocol (MCP) server for integrating ClickUp tasks with AI applications. This server allows AI agents to interact with ClickUp tasks, spaces, lists, and folders through a standardized protocol.
Quick Start
Directions for use with Cursor Composer Agent:
Get your credentials:
ClickUp API key from ClickUp Settings
Team ID from your ClickUp workspace URL
Go to Features in settings
Add under MCP Servers:
npx -y @taazkareem/clickup-mcp-server --env CLICKUP_API_KEY=your_api_key_here --env CLICKUP_TEAM_ID=your_team_id_hereReplace the credentials and click Save
Use Natural Language to interact with your ClickUp Workspace!
Related MCP server: ClickUp MCP Server
Features
π― Task Management
Create, update, and delete tasks
Move and duplicate tasks between lists, spaces, and folders
Bulk task operations
Task details
π Workspace Organization
Hierarchical tree structure with clear relationships
Efficient navigation with path tracking
List and folder management in spaces
Smart caching to reduce API calls
Name/ID-based item lookup
Optimized task organization
π Smart Integration
Case-insensitive name lookups
Markdown support
Automatic rate limiting
Error handling
π€ AI Assistance
Task analysis and insights
Status summaries and priorities
Description assistance
Relationship mapping
Available Tools
Workspace Tools
get_workspace_hierarchy Returns complete workspace structure (spaces, folders, lists). No parameters required.
Task Tools
get_tasks (listId|listName)
Get tasks from list with optional filters (archived, page, order_by, reverse, subtasks, statuses, include_closed, assignees, due_date_gt/lt, custom_fields).
get_task (taskId|taskName, ?listName)
Get detailed task info including attachments and custom fields.
create_task (listId|listName, taskName)
Create task with optional description (markdown), status, priority (1-4), dueDate.
create_bulk_tasks (listId|listName, tasks[])
Bulk create tasks with automatic rate limiting. Each task: name (required), description, status, priority, dueDate (optional).
update_task (taskId|taskName, ?listName)
Update task name, description, status, priority (1-4), dueDate.
delete_task (taskId|taskName, ?listName)
Permanently delete a task.
move_task (taskId|taskName, destinationListId|destinationListName, ?sourceListName)
Move task to different list, preserving task data.
duplicate_task (taskId|taskName, destinationListId|destinationListName, ?sourceListName)
Create copy of task in specified list.
List & Folder Tools
create_list (spaceId|spaceName, listName)
Create list with optional content, dueDate, priority (1-4), assignee.
create_folder (spaceId|spaceName, folderName, ?overrideStatuses)
Create folder in space.
create_list_in_folder (folderId|folderName, listName)
Create list in folder with optional content and status.
Available Prompts
summarize_tasks
Basic task summary by status
Lists tasks with their current states
Shows task relationships within lists
analyze_priorities
Reviews current task priorities
Suggests priority adjustments
Recommends task sequencing
generate_description
Interactive prompt for creating task descriptions
Helps structure task information
Includes objectives, criteria, and dependencies
Error Handling
The server provides clear error messages for:
Missing required parameters
Invalid IDs or names
Items not found
Permission issues
API errors
Rate limiting
Support the Developer
If you find this project useful, please consider supporting the developer: Talib Kareem (taazkareem@icloud.com)
Solana Wallet: GjtRksihd7SWQw7hJSCDMcTxPHbgpNs7xPW3nFubNjVM
Contributing
Contributions are welcome! Please read our Contributing Guide for details.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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-qualityDmaintenanceEnables AI assistants to interact with ClickUp's project management platform. Supports comprehensive task management, workspace administration, and list operations through natural language commands.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to interact directly with the ClickUp REST API v2 for managing tasks, folders, and lists. It supports full workspace hierarchy management, time tracking, and task operations through natural language.Last updated105MIT
- Flicense-qualityDmaintenanceEnables ClickUp workspace management including tasks, docs, teams, spaces, and folders through natural language using the ClickUp REST API.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to manage ClickUp workspaces, teams, spaces, folders, lists, tasks, and custom fields via 29 MCP tools with full CRUD operations.Last updated1055MIT
Related MCP Connectors
Manage projects, tasks, time tracking, and team collaboration through natural language.
ClickUp MCP β wraps the ClickUp REST API v2 (BYO API key)
Create and manage AI agents that collaborate and solve problems through natural language interactiβ¦
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/mikepsinn/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server