Provides access to ClickUp tasks with full task information, complete comment history, and inline images. Enables task searching by keywords and management of open tasks.
ClickUp MCP for AI Assistants
Transform your AI assistant into a powerful ClickUp integration for both agentic coding and productivity management. This Model Context Protocol (MCP) server enables Claude, Windsurf, Cursor, and other AI assistants to seamlessly interact with your ClickUp workspace.
⚠️ Experimental Software Notice
This MCP is experimental and under active development. While implemented with great care to prevent data loss through append-only description updates and other safety measures, it cannot be guaranteed to be completely safe. Please use with caution, especially in production environments. Always test in a non-critical workspace first. 🧪
Two Powerful Use Cases
🛠️ For Developers & Agentic Coding
Originally built to supercharge coding sessions by providing complete task context to AI coding assistants:
- Instant Requirements: "Get task CU-abc123" → AI gets full requirements, acceptance criteria, comments, and images
- Complete Context: Pass entire task histories to Claude Code, Windsurf, or Cursor for informed development
- Visual Specifications: Include embedded wireframes, mockups, and screenshots in your coding context
- Implementation History: Access all previous discussions and decisions for better code alignment
📋 For Project Management & Productivity
Extended capabilities for conversational ClickUp management and daily workflow optimization.
What You Can Do
Turn natural language into powerful ClickUp actions:
Agentic Coding & Development:
- "Look at CU-abc123, can you find the relevant code?"
- "Can you build the dashboard like described in https://app.clickup.com/t/12a23b45c?"
- "Check task CU-xyz789 and fix the bugs mentioned in the comments"
- "Implement the API endpoints described in the integration task"
Time Tracking & Productivity:
- "Book 2 hours for the client meeting on the XYZ project"
- "How much time did I spend on development tasks this week?"
- "Log 30 minutes for code review on the authentication feature"
Smart Search & Discovery:
- "What task did I mention the CSV import in?"
- "Find all tasks related to the payment gateway integration"
- "Show me tasks where users reported login issues"
Daily Workflow Management:
- "What do I need to do today?"
- "Create a task for fixing the dashboard bug in the frontend list"
- "Update the API documentation task to 'in review' status"
- "What tasks are blocking the mobile app release?"
Rich Context & Collaboration:
- "Show me all comments on the user authentication task"
- "What's the latest update on the database migration?"
- "Add a comment to the design task about the new wireframes"
Key Features
🔍 Intelligent Search
- Fuzzy matching across task names, descriptions, and comments
- Multi-language search support for international teams
- Filter by assignees, projects, status, and metadata
💬 Complete Context
- Full comment histories and team discussions
- Task descriptions with embedded images
- List descriptions and project guidelines
- Access to complete task history and decisions
⏱️ Time Tracking
- Log time entries with descriptions
- View historical time logs and entries
- Query time entries by task or date range
📋 Task Management
- Create and update tasks with markdown descriptions
- Add comments and collaborate with team members
- Manage priorities, due dates, assignees, and tags
- Handle time estimates and custom field values
🔒 Safety Features
- Append-Only Descriptions: Description fields are never overwritten - new content is safely appended with timestamps
- Normal Field Updates: Status, priority, assignees, tags, and dates can be updated normally (easily revertible through ClickUp's history)
Setup for Claude Desktop, Windsurf, or Cursor
- Prerequisites:
- Your
CLICKUP_API_KEY
(Profile Icon > Settings > Apps > API Token ~ usually starts with pk_) - and your
CLICKUP_TEAM_ID
(The ~7 digit number in the url when you are in the settings)
- Your
- Configuration:
Add the following to your MCP configuration file:Replace
your_api_key
andyour_team_id
with your actual ClickUp credentials. - Connect Your AI Assistant:
- Claude Desktop: Add this configuration in Settings > Developer > Edit Config
- Windsurf: Add to your MCP configuration file
- Cursor: Configure through the MCP settings panel
MCP Modes & Available Tools
The ClickUp MCP supports three operational modes to balance functionality, security, and performance:
- 🚀
read-minimal
: Perfect for AI coding assistants and context gathering - 📖
read
: Full read-only access for project exploration and workflow understanding - ✏️
write
(Default): Complete functionality for task management and productivity workflows
Tool | read-minimal | read | write | Description |
---|---|---|---|---|
getTaskById | ✅ | ✅ | ✅ | Get complete task details including comments, images, and metadata |
searchTasks | ✅ | ✅ | ✅ | Find tasks by content, keywords, assignees, or project context |
listSpaces | ❌ | ✅ | ✅ | Browse workspace structure and project organization |
listLists | ❌ | ✅ | ✅ | Browse lists and folders within spaces |
getListInfo | ❌ | ✅ | ✅ | Get list details and available statuses for task creation |
getTimeEntries | ❌ | ✅ | ✅ | View time entries and analyze time spent across projects |
createTask | ❌ | ❌ | ✅ | Create new tasks with full markdown support |
updateTask | ❌ | ❌ | ✅ | Update tasks (status, priority, assignees, etc.) with SAFE APPEND-ONLY descriptions |
updateListInfo | ❌ | ❌ | ✅ | SAFE APPEND-ONLY updates to list descriptions (preserves existing content) |
addComment | ❌ | ❌ | ✅ | Add comments to tasks for collaboration |
createTimeEntry | ❌ | ❌ | ✅ | Log time entries for task tracking |
Setting the Mode
Add the mode to your MCP configuration:
Configuration
This MCP server can be configured using environment variables:
CLICKUP_API_KEY
: (Required) Your ClickUp API key.CLICKUP_TEAM_ID
: (Required) Your ClickUp Team ID (formerly Workspace ID).CLICKUP_MCP_MODE
: (Optional) Controls which tools are available. Options:read-minimal
,read
,write
(default).MAX_IMAGES
: (Optional) The maximum number of images to return for a task ingetTaskById
. Defaults to 4.CLICKUP_PRIMARY_LANGUAGE
: (Optional) A hint for the primary language used in your ClickUp tasks (e.g., "de" for German, "en" for English). This helps thesearchTask
tool provide more tailored guidance in its description for multilingual searches.LANG
: (Optional) IfCLICKUP_PRIMARY_LANGUAGE
is not set, the MCP will check this standard environment variable (e.g., "en_US.UTF-8", "de_DE") as a fallback to infer the primary language.
Language-Aware Search Guidance
The searchTask
tool's description will dynamically adjust based on the detected primary language:
- If
CLICKUP_PRIMARY_LANGUAGE
orLANG
suggests a known primary language (e.g., German), the tool's description will specifically recommend providing search terms in both English and that detected language (e.g., German) for optimal results. - If no primary language is detected, a more general recommendation for multilingual workspaces will be provided.
This feature aims to improve search effectiveness when the language of user queries (often English) differs from the language of the tasks in ClickUp, without making the MCP itself perform translations. The responsibility for providing bilingual search terms still lies with the agent calling the MCP, but the MCP offers more specific advice if it has a language hint.
Markdown Formatting Support
Task descriptions and list documentation support full markdown formatting:
Examples
Task Creation with Markdown:
Append-Only Updates (Safe): When updating task descriptions, content is safely appended:
This ensures no existing content is ever lost while maintaining a clear audit trail.
Performance & Limitations
Optimized for AI Workflows:
- Image Processing: Limited to 4 most recent images per task to prevent running into mcp client limitations (configurable via
MAX_IMAGES
) - Search Scope: Searches within the most recent 1000-3000 tasks to prevent running into rate limits (exact number varies by endpoint)
- Search Results: Returns up to 50 most relevant matches to prevent flooding the agent with too many results
Current Scope:
- Focused on task-level operations rather than bulk workspace management
- Optimized for conversational AI workflows rather than data migration
- Designed for productivity enhancement, not administrative operations
These limitations ensure reliable performance while covering the most common use cases for both development context and productivity management.
License
ISC
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
clickup-mcp
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server for ClickHouse.Last updated -33PythonApache 2.0
- TypeScriptMIT License
- AsecurityAlicenseAqualityClickUp MCP Server enables AI assistants to seamlessly interact with your ClickUp workspace. This powerful integration allows Claude to create and manage tasks, access documents, organize folders and lists, add comments, and handle checklists—all through natural conversation.Last updated -42594TypeScriptMIT License
- JavaScript