
clickup-mcp-server
by taazkareem·★ 39·综合分 45
一款高级的 MCP 服务器,通过任务管理、文档处理和时间跟踪将 ClickUp 项目管理与 AI 代理集成。
概述
ClickUp MCP Server 通过模型上下文协议 (MCP) 提供与 ClickUp 项目管理平台的全面集成。它包括任务创建和管理、文档处理、时间跟踪、评论管理和工作区控制等功能。该服务器使用 OAuth 2.1 身份验证实现安全的多租户操作,并支持在各种 ClickUp 元素上进行智能搜索和解析。目前,此项目已转为高级模式,需要许可证才能完全访问。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果您已经在使用 ClickUp 进行项目管理,并希望与任务、时间跟踪和文档等功能进行深度 AI 集成,请选择此服务器。
什么时候不要选它
如果您需要开源替代方案,请不要选择此项目,因为它已转为付费模式并需要许可证。
此 server 暴露的工具
从 README 抽取出 12 个工具create_taskCreate a new task in ClickUp with support for checklists, attachments, custom fields, and more
update_taskUpdate an existing task's properties, status, custom fields, and more
list_tasksRetrieve tasks from ClickUp with filtering by space, folder, list, status, assignee, and more
create_commentAdd or reply to comments on tasks, lists, and views with support for mentions and rich text
log_timeLog time entries against tasks with manual entries or time tracking
create_docCreate new ClickUp documents with markdown content and manage pages within documents
search_tasksPerform fuzzy search across tasks by name, description, custom fields, members, and more
create_goalCreate and manage OKRs with goals and key results across the workspace
create_viewCreate and manage views at any level of the workspace hierarchy
create_task_templateBrowse and create tasks from pre-defined ClickUp task templates
manage_webhooksCreate and manage ClickUp webhooks for real-time notifications
create_tagCreate and manage tags for organizing and filtering tasks across the workspace
可对比工具
安装
安装
- 从[高级访问](#premium-access)部分购买许可证
- 通过 npm 安装软件包:
``bash npm install -g @taazkareem/clickup-mcp-server ``
- 使用 MCP 客户端配置服务器。对于 Claude Desktop,添加到您的
claude_desktop_config.json:
``json { "mcpServers": { "clickup": { "command": "npx", "args": ["@taazkareem/clickup-mcp-server"] } } } ``
FAQ
- 这个服务器可以免费使用吗?
- 不可以,此项目已从开源转为高级模式。需要许可证才能完全访问所有功能。
- 支持哪些身份验证方法?
- 该服务器支持 OAuth 2.1 高级安全强化,以及与 API 密钥/团队 ID 的向后兼容。
clickup-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。