clickup-mcp
clickup-mcp
README
ClickUp MCP for AI Assistants
A Model Context Protocol (MCP) server that enables AI assistants like Claude, Windsurf, and Cursor to interact with your ClickUp tasks.
Why This MCP Is Great
This MCP excels at providing AI assistants with rich access to your ClickUp tasks:
- Complete Task Information: View detailed task data including status, creation date, and assignees
- Full Comment History: Access the entire conversation thread for context
- Inline Images Support: View images embedded in task descriptions and comments
- Task Search: Find relevant tasks using keywords
- Todo Management: List all your open tasks
The standout feature is the ability to retrieve individual tickets with their complete comment history and inline images, giving your AI assistant the full context of your work.
Limitations
- Todo Management: The todo management feature is currently limited to 50 tasks since it would otherwise flood the context.
- No List/Space Support: This MCP does not currently support browsing ClickUp Lists or Spaces due to performance issues with large instances.
- Image Limit: The MCP processes only the 4 most recent images per task to prevent exceeding context limits. You can adjust this number by setting the
MAX_IMAGESenvironment variable, though most AI tools have constraints that prevent using more than 4 images.
Setup for Claude Desktop, Windsurf, or Cursor
-
Prerequisites:
- A ClickUp account with API access (Profile Icon > Settings > Apps > API Token ~ usually starts with pk_)
- Your ClickUp API key and Team ID (The ~7 digit number in the url when you are in the settings)
-
Configuration: Add the following to your MCP configuration file:
{ "mcpServers": { "clickup": { "command": "npx", "args": [ "-y", "@hauptsache.net/clickup-mcp" ], "env": { "CLICKUP_API_KEY": "your_api_key", "CLICKUP_TEAM_ID": "your_team_id" } } } }Replace
your_api_keyandyour_team_idwith your actual ClickUp credentials. -
Connect Your AI Assistant:
- Claude Desktop: Add this configuration in Settings > MCPs
- Windsurf: Add to your MCP configuration file
- Cursor: Configure through the MCP settings panel
Using with Your AI Assistant
Once connected, your AI assistant can:
-
View Task Details: Ask: "Show me details for task CU-123456"
-
Search Tasks: Ask: "Find tasks related to login functionality"
-
Check Your Todo List: Ask: "What tasks are assigned to me?"
The AI will retrieve the information directly from ClickUp, including all text content, comments, and images, providing you with comprehensive assistance on your tasks.
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).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 thesearchTasktool provide more tailored guidance in its description for multilingual searches.LANG: (Optional) IfCLICKUP_PRIMARY_LANGUAGEis 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_LANGUAGEorLANGsuggests 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.
License
ISC
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。