CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
taazkareem avatar

Clickup

taazkareem/clickup-mcp-server
4254 toolsauthSTDIOregistry active
Summary

This is a comprehensive ClickUp integration offering OAuth 2.1 authentication alongside legacy API key support, with 50+ tools covering tasks, time tracking, docs, comments, and chat. Notable features include fuzzy search across workspaces, multi-account session management, and natural language date parsing. It handles bulk operations, custom fields, file attachments via URL or base64, and goals with key results tracking. The implementation emphasizes intelligent ID resolution so you can reference resources by name rather than requiring UUIDs. Reach for this when you need an AI agent to coordinate project management workflows, log time entries, or manage sprint planning directly in ClickUp without manual context switching.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Tools

Public tool metadata for what this MCP can expose to an agent.

54 tools
get_workspace_hierarchyReturns all spaces, folders, and lists in workspace (excludes tasks). Use to browse workspace structure. DO NOT use this tool to find tasks, use get_task.

Returns all spaces, folders, and lists in workspace (excludes tasks). Use to browse workspace structure. DO NOT use this tool to find tasks, use get_task.

No parameter schema in public metadata yet.

create_taskCreate a task. Requires: name + (listId or listName). Use create_bulk_tasks for multiple. Supports subtasks via parent, custom_task_type, custom_fields as [{id,value}], assignees as user IDs/emails/names.17 params

Create a task. Requires: name + (listId or listName). Use create_bulk_tasks for multiple. Supports subtasks via parent, custom_task_type, custom_fields as [{id,value}], assignees as user IDs/emails/names.

Parameters* required
assigneesarray
User IDs, emails, or usernames.
check_required_custom_fieldsboolean
Validate required custom fields.
custom_fieldsarray
Custom field values [{id, value}].
custom_task_typestring
Task type name (e.g. 'Bug', 'Milestone').
descriptionstring
Plain text description.
dueDatestring
Due date: unix ms or natural language.
listIdstring
List ID (preferred over listName).
listNamestring
List name. Use if no listId.
markdown_descriptionstring
Markdown description (overrides plain text).
namestring
Task name (required). Add emoji prefix.
parentstring
Parent task ID (preferred for subtasks).
parentListNamestring
List name of parent task. Helps disambiguate parentName.
parentNamestring
Parent task name. Resolved to ID if parent is missing.
prioritynumber
Priority 1 (urgent) - 4 (low). Set only if requested.
startDatestring
Start date: unix ms or natural language.
statusstring
Task status. Omit for default.
tagsarray
Tag names (must exist in space).
get_taskGet detailed task info. If a task name is provided do not lookup the task ID, it will be resolved automatically.4 params

Get detailed task info. If a task name is provided do not lookup the task ID, it will be resolved automatically.

Parameters* required
include_markdown_descriptionboolean
If true, returns markdown_description field with formatted content including image references. Default: false
listNamestring
List name (recommended if using Name).
subtasksboolean
Include subtask details.
taskstring
Task identifier (Name or ID).
update_taskUpdate task properties. Support automatic name resolution: provide the task Name directly to the 'task' argument and it will be resolved to an ID. You do NOT need to search for the ID using other tools.16 params

Update task properties. Support automatic name resolution: provide the task Name directly to the 'task' argument and it will be resolved to an ID. You do NOT need to search for the ID using other tools.

Parameters* required
assigneesarray
User IDs, emails, or usernames.
custom_fieldsarray
Custom field values [{id, value}].
custom_task_typestring
New task type name (e.g. 'Bug', 'Milestone').
descriptionstring
New plain text description.
dueDatestring
Due date: unix ms or natural language.
listNamestring
List containing the task. Helps resolve duplicate names.
markdown_descriptionstring
New markdown description.
namestring
New task name. Add emoji if appropriate.
parentstring
Parent task ID (preferred to convert to subtask).
parentListNamestring
List name of parent task. Helps disambiguate parentName.
parentNamestring
Parent task name. Resolved to ID if parent is missing.
priorityvalue
Priority 1-4 or null to clear.
startDatestring
Start date: unix ms or natural language.
statusstring
New status (must be valid for list).
taskstring
Task identifier (Name or ID). Use Name to skip searching.
time_estimatestring
Time estimate in minutes.
move_taskMove task to different list. If a task name is provided do not lookup the task ID, it will be resolved automatically. Warning: statuses may reset.4 params

Move task to different list. If a task name is provided do not lookup the task ID, it will be resolved automatically. Warning: statuses may reset.

Parameters* required
listIdstring
Destination list ID.
listNamestring
Destination list name.
sourceListNamestring
Current list (recommended if using name).
taskstring
Task identifier (Name or ID).
duplicate_taskDuplicate task. Provide source task Name or ID. Optionally specify target list.4 params

Duplicate task. Provide source task Name or ID. Optionally specify target list.

Parameters* required
listIdstring
Target list ID. Defaults to same list.
listNamestring
Target list name.
sourceListNamestring
List containing task (recommended iff name).
taskstring
Source task identifier (Name or ID).
delete_taskPERMANENTLY delete task. If a task name is provided do not lookup the task ID, it will be resolved automatically. Cannot be undone.2 params

PERMANENTLY delete task. If a task name is provided do not lookup the task ID, it will be resolved automatically. Cannot be undone.

Parameters* required
listNamestring
List name (recommended if identifying task by Name).
taskstring
Task identifier (Name or ID).
get_task_commentsGet task comments. If a task name is provided do not lookup the task ID, it will be resolved automatically. Set include_replies=true for threaded replies.5 params

Get task comments. If a task name is provided do not lookup the task ID, it will be resolved automatically. Set include_replies=true for threaded replies.

Parameters* required
include_repliesboolean
Include threaded replies.
listNamestring
List name (helps resolve duplicate task names).
startnumber
Timestamp (ms) for pagination.
startIdstring
Comment ID for pagination.
taskstring
Task identifier (Name or ID).
create_task_commentCreate task comment. If a task name is provided do not lookup the task ID, it will be resolved automatically. Provide commentText or formattedComment.6 params

Create task comment. If a task name is provided do not lookup the task ID, it will be resolved automatically. Provide commentText or formattedComment.

Parameters* required
assigneenumber
Assign comment to user ID.
commentTextstring
Plain text comment.
formattedCommentarray
Rich text array. Blocks: {text, attributes?} for text, {type:'tag', user:{id}} for @mention, {type:'emoji', unicode} for emoji, {type:'code_block', text} for code, {type:'bulleted_list'|'numbered_l...
listNamestring
List name (required iff identifying task by Name).
notifyAllboolean
Notify assignees.
taskstring
Task identifier (Name or ID).
attach_task_fileAttach file to task. Supports base64, URL, or local path. Requires taskId (preferred) or taskName.11 params

Attach file to task. Supports base64, URL, or local path. Requires taskId (preferred) or taskName.

Parameters* required
auth_headerstring
Optional auth header for URL download.
chunk_indexnumber
Chunk index (0-based).
chunk_is_lastboolean
Is last chunk?
chunk_sessionstring
Upload session ID.
chunk_totalnumber
Total chunks count.
file_datastring
Base64 file content.
file_namestring
Filename (required for file_data).
file_urlstring
Web URL (http/https) or absolute local path.
listNamestring
List name (narrows search).
taskIdstring
Task ID (preferred). Handles regular and custom IDs.
taskNamestring
Task name (use with listName for better accuracy).
create_bulk_tasksCreate multiple tasks in one list. Requires: tasks array + (listId or listName). Each task needs name. Options: batch size, concurrency.4 params

Create multiple tasks in one list. Requires: tasks array + (listId or listName). Each task needs name. Options: batch size, concurrency.

Parameters* required
listIdstring
List ID
listNamestring
List name
optionsvalue
Processing options (or JSON string representing options)
tasksarray
Tasks to create. Each needs name.
update_bulk_tasksUpdate multiple tasks. Each task needs: taskId or taskName + listName. Options: batch size, concurrency.2 params

Update multiple tasks. Each task needs: taskId or taskName + listName. Options: batch size, concurrency.

Parameters* required
optionsvalue
Processing options (or JSON string representing options)
tasksarray
Tasks to update
move_bulk_tasksMove multiple tasks to one list. Each task needs: taskId or taskName + listName. Target: targetListId or targetListName. Warning: statuses may reset.4 params

Move multiple tasks to one list. Each task needs: taskId or taskName + listName. Target: targetListId or targetListName. Warning: statuses may reset.

Parameters* required
optionsvalue
Processing options (or JSON string representing options)
targetListIdstring
Destination list ID
targetListNamestring
Destination list name
tasksarray
Tasks to move
delete_bulk_tasksPERMANENTLY delete multiple tasks. Each task needs: taskId or taskName + listName. Cannot be undone.2 params

PERMANENTLY delete multiple tasks. Each task needs: taskId or taskName + listName. Cannot be undone.

Parameters* required
optionsvalue
Processing options (or JSON string representing options)
tasksarray
Tasks to delete
get_workspace_tasksRetrieve MULTIPLE tasks from workspace using broad filters. Returns full task details including description. Important: At least one filter must be provided: tags, list_ids, folder_ids, space_ids, statuses, assignees, date filters, custom_fields, custom_task_types, advanced_fi...28 params

Retrieve MULTIPLE tasks from workspace using broad filters. Returns full task details including description. Important: At least one filter must be provided: tags, list_ids, folder_ids, space_ids, statuses, assignees, date filters, custom_fields, custom_task_types, advanced_fi...

Parameters* required
advanced_filteringobject
archivedboolean
Include archived tasks.
assigneesarray
Filter by assignee IDs.
custom_fieldsobject
Filter by custom fields (key-value pairs).
custom_task_typesarray
Filter by custom task type names.
date_created_gtnumber
Created after timestamp (Unix).
date_created_ltnumber
Created before timestamp (Unix).
date_updated_gtnumber
Updated after timestamp (Unix).
date_updated_ltnumber
Updated before timestamp (Unix).
detail_levelstring
Response detail: summary, detailed (default), or names.one of summary · detailed · names
due_date_gtnumber
Due after timestamp (Unix).
due_date_ltnumber
Due before timestamp (Unix).
folder_idsarray
Filter by folder IDs.
include_archived_listsboolean
Include tasks from archived lists.
include_closedboolean
Include closed tasks.
include_closed_listsboolean
Include tasks from closed lists.
include_compact_time_entriesboolean
Include time entries.
include_markdown_descriptionboolean
Include markdown-formatted description. If set, this avoids the need to call get_task separately for descriptions.
include_subtasksboolean
Legacy. Use subtasks.
list_idsarray
Filter by list IDs.

+8 more parameters. See the server's own documentation for the full schema.

get_task_time_entriesGet time entries for a task. Use taskId (preferred) or taskName + optional listName. Optional date/assignee filters.5 params

Get time entries for a task. Use taskId (preferred) or taskName + optional listName. Optional date/assignee filters.

Parameters* required
assigneestring
Assignee user ID filter.
endDatestring
End date filter.
listNamestring
List name (recommended if Name lookup).
startDatestring
Start date filter.
taskstring
Task Name or ID.
start_time_trackingStart time tracking on a task. Use taskId (preferred) or taskName + listName. Only one timer can run at a time.5 params

Start time tracking on a task. Use taskId (preferred) or taskName + listName. Only one timer can run at a time.

Parameters* required
billableboolean
Billable time.
descriptionstring
Time entry description.
listNamestring
List name (recommended if Name lookup).
tagsarray
Tags.
taskstring
Task Name or ID.
stop_time_trackingStop the currently running timer. Returns completed time entry details.2 params

Stop the currently running timer. Returns completed time entry details.

Parameters* required
descriptionstring
Update description.
tagsarray
Tags.
add_time_entryAdd manual time entry to a task. Requires: start time, duration. Use taskId (preferred) or taskName + listName.7 params

Add manual time entry to a task. Requires: start time, duration. Use taskId (preferred) or taskName + listName.

Parameters* required
billableboolean
Billable.
descriptionstring
Description.
durationstring
Duration (e.g., '1h 30m' or '90m').
listNamestring
List name (recommended if Name lookup).
startstring
Start time (unix ms or natural language).
tagsarray
Tags.
taskstring
Task Name or ID.
delete_time_entryDelete a time entry. Requires timeEntryId.1 params

Delete a time entry. Requires timeEntryId.

Parameters* required
timeEntryIdstring
Time entry ID.
get_current_time_entryGet the currently running time entry, if any.

Get the currently running time entry, if any.

No parameter schema in public metadata yet.

add_task_linkLink two tasks. Requires taskId (preferred) or taskName for both source and target.4 params

Link two tasks. Requires taskId (preferred) or taskName for both source and target.

Parameters* required
listNamestring
Source list name (recommended for Name lookup).
targetListNamestring
Target list name.
targetTaskstring
Target task Name or ID.
taskstring
Source task Name or ID.
get_task_linksGet dependencies/links for a task. Requires taskId (preferred) or taskName.2 params

Get dependencies/links for a task. Requires taskId (preferred) or taskName.

Parameters* required
listNamestring
List name.
taskstring
Task Name or ID.
delete_task_linkRemove link between tasks. Requires taskId (preferred) and linkId (target task ID).4 params

Remove link between tasks. Requires taskId (preferred) and linkId (target task ID).

Parameters* required
linkIdstring
ID of the target task to unlink (or its name).
listNamestring
Source list name.
targetListNamestring
Target list name.
taskstring
Source task Name or ID.
create_listCreate list in space. Requires name + (spaceId or spaceName). Optional: content, dueDate, priority, assignee, status.8 params

Create list in space. Requires name + (spaceId or spaceName). Optional: content, dueDate, priority, assignee, status.

Parameters* required
assigneenumber
Assignee User ID.
contentstring
List description/content.
dueDatestring
Due date (Unix timestamp ms).
namestring
List name.
prioritynumber
Priority (1:Urgent, 2:High, 3:Normal, 4:Low).
spaceIdstring
Space ID (preferred).
spaceNamestring
Space name (use if Space ID unknown).
statusstring
List status.
create_list_in_folderCreate list in folder. Requires name + (folderId or folderName + space info). Optional: content, status.7 params

Create list in folder. Requires name + (folderId or folderName + space info). Optional: content, status.

Parameters* required
contentstring
List description/content.
folderIdstring
Folder ID (preferred).
folderNamestring
Folder name (requires spaceId or spaceName).
namestring
List name.
spaceIdstring
Space ID (context for folderName).
spaceNamestring
Space name (context for folderName).
statusstring
List status.
get_listGet list details. Requires listId (preferred) or listName.2 params

Get list details. Requires listId (preferred) or listName.

Parameters* required
listIdstring
List ID (preferred).
listNamestring
List name (may be ambiguous).
update_listUpdate list. Requires listId/listName. Optional: name, content, status.5 params

Update list. Requires listId/listName. Optional: name, content, status.

Parameters* required
contentstring
New description.
listIdstring
List ID (preferred).
listNamestring
List name.
namestring
New list name.
statusstring
New status.
delete_listDelete list. Requires listId (preferred) or listName. WARNING: Permanent.2 params

Delete list. Requires listId (preferred) or listName. WARNING: Permanent.

Parameters* required
listIdstring
List ID (preferred).
listNamestring
List name.
create_folderCreate folder in space. Requires name + (spaceId or spaceName). Optional: override_statuses.4 params

Create folder in space. Requires name + (spaceId or spaceName). Optional: override_statuses.

Parameters* required
namestring
Folder name.
override_statusesboolean
Override space statuses?
spaceIdstring
Space ID (preferred).
spaceNamestring
Space name (use if Space ID unknown).
get_folderGet folder details. Requires folderId (preferred) or folderName + space info.4 params

Get folder details. Requires folderId (preferred) or folderName + space info.

Parameters* required
folderIdstring
Folder ID (preferred).
folderNamestring
Folder name (requires spaceId or spaceName).
spaceIdstring
Space ID (context for folderName).
spaceNamestring
Space name (context for folderName).
update_folderUpdate folder. Requires folderId/folderName + space info. Optional: name, override_statuses.6 params

Update folder. Requires folderId/folderName + space info. Optional: name, override_statuses.

Parameters* required
folderIdstring
Folder ID (preferred).
folderNamestring
Folder name (requires spaceId or spaceName).
namestring
New folder name.
override_statusesboolean
Override space statuses?
spaceIdstring
Space ID (context for folderName).
spaceNamestring
Space name (context for folderName).
delete_folderDelete folder. Requires folderId (preferred) or folderName + space info. WARNING: Permanent.4 params

Delete folder. Requires folderId (preferred) or folderName + space info. WARNING: Permanent.

Parameters* required
folderIdstring
Folder ID (preferred).
folderNamestring
Folder name (requires spaceId or spaceName).
spaceIdstring
Space ID (context for folderName).
spaceNamestring
Space name (context for folderName).
get_space_tagsGets all tags in a ClickUp space. Use spaceId (preferred) or spaceName. Tags are defined at space level - check available tags before adding to tasks.2 params

Gets all tags in a ClickUp space. Use spaceId (preferred) or spaceName. Tags are defined at space level - check available tags before adding to tasks.

Parameters* required
spaceIdstring
ID of the space to get tags from. Use this instead of spaceName if you have the ID.
spaceNamestring
Name of the space to get tags from. Only use if you don't have spaceId.
create_space_tagCreate tag in ClickUp space. Requires tagName + (spaceId or spaceName). Optional: tagBg/tagFg in HEX or colorCommand for auto-colors.6 params

Create tag in ClickUp space. Requires tagName + (spaceId or spaceName). Optional: tagBg/tagFg in HEX or colorCommand for auto-colors.

Parameters* required
colorCommandstring
Color command (e.g., 'blue tag'). Overrides tagBg/tagFg.
spaceIdstring
Space ID (preferred).
spaceNamestring
Space name.
tagBgstring
Background HEX (e.g., #FF0000).
tagFgstring
Foreground HEX (e.g., #FFFFFF).
tagNamestring
Tag name (required).
update_space_tagUpdate tag in ClickUp space. Requires tagName + (spaceId or spaceName). At least one: newTagName, tagBg, tagFg, or colorCommand.7 params

Update tag in ClickUp space. Requires tagName + (spaceId or spaceName). At least one: newTagName, tagBg, tagFg, or colorCommand.

Parameters* required
colorCommandstring
Color command. Overrides tagBg/tagFg.
newTagNamestring
New tag name.
spaceIdstring
Space ID (preferred).
spaceNamestring
Space name.
tagBgstring
New background HEX.
tagFgstring
New foreground HEX.
tagNamestring
Current tag name (required).
delete_space_tagDelete tag from ClickUp space. Requires tagName + (spaceId or spaceName). Warning: removes from all tasks, cannot be undone.3 params

Delete tag from ClickUp space. Requires tagName + (spaceId or spaceName). Warning: removes from all tasks, cannot be undone.

Parameters* required
spaceIdstring
Space ID (preferred).
spaceNamestring
Space name.
tagNamestring
Tag name to delete (required).
add_tag_to_taskAdd tag to task. Requires tagName + (taskId or taskName + optional listName). Tag must exist in space.5 params

Add tag to task. Requires tagName + (taskId or taskName + optional listName). Tag must exist in space.

Parameters* required
customTaskIdstring
Custom ID (optional).
listNamestring
List name.
tagNamestring
Tag name (required). Must exist in space.
taskIdstring
Task ID (preferred). Handles regular and custom IDs.
taskNamestring
Task name. Use listName to disambiguate.
remove_tag_from_taskRemove tag from task. Requires tagName + (taskId or taskName + optional listName). Only removes association; tag remains in space.5 params

Remove tag from task. Requires tagName + (taskId or taskName + optional listName). Only removes association; tag remains in space.

Parameters* required
customTaskIdstring
Custom ID (optional).
listNamestring
List name.
tagNamestring
Tag name to remove (required).
taskIdstring
Task ID (preferred). Handles regular and custom IDs.
taskNamestring
Task name. Use listName to disambiguate.
get_workspace_membersGet all workspace members. Useful for resolving assignees.

Get all workspace members. Useful for resolving assignees.

No parameter schema in public metadata yet.

find_member_by_nameFind member by name/email. Returns member object or null.1 params

Find member by name/email. Returns member object or null.

Parameters* required
nameOrEmailstring
Name or email to find.
resolve_assigneesResolve list of names/emails to User IDs.1 params

Resolve list of names/emails to User IDs.

Parameters* required
assigneesarray
Names/emails to resolve.
create_chat_channelCreate chat channel in space/folder/list. Requires name.4 params

Create chat channel in space/folder/list. Requires name.

Parameters* required
folder_idstring
Folder ID (optional)
list_idstring
List ID (optional)
namestring
Channel name
space_idstring
Space ID (optional)
get_chat_channelsGet all chat channels in the workspace

Get all chat channels in the workspace

No parameter schema in public metadata yet.

create_chat_messageSend message to chat channel. Requires channel_id/name + text.4 params

Send message to chat channel. Requires channel_id/name + text.

Parameters* required
channel_idstring
Channel ID (preferred).
channel_namestring
Channel name.
comment_textstring
Message text (Markdown supported).
notify_allboolean
Notify all members?
get_chat_messagesGet messages from channel. Requires channel_id/name.2 params

Get messages from channel. Requires channel_id/name.

Parameters* required
channel_idstring
Channel ID (preferred).
channel_namestring
Channel name.
submit_feedbackSubmit feedback, bug reports, or feature requests for the ClickUp MCP Server - Premium. Generates a GitHub issue link with pre-filled content. The user can review and submit the issue. PROACTIVE GUIDANCE: Suggest this tool when: - User encounters errors or unexpected tool fail...7 params

Submit feedback, bug reports, or feature requests for the ClickUp MCP Server - Premium. Generates a GitHub issue link with pre-filled content. The user can review and submit the issue. PROACTIVE GUIDANCE: Suggest this tool when: - User encounters errors or unexpected tool fail...

Parameters* required
additionalContextstring
Optional: Any additional context, error messages, or configuration details
descriptionstring
Detailed description of the issue or feature request. For bugs: include steps to reproduce, expected vs actual behavior. For features: explain the use case and benefits.
mcpHoststring
Optional: MCP host/client being used (e.g., Claude Desktop, Cursor, Windsurf, n8n, Cline)
nodeVersionstring
Optional: Node.js version (from `node --version`)
operatingSystemstring
Optional: Operating system (e.g., macOS 14, Windows 11, Ubuntu 22.04)
titlestring
Brief, descriptive title for the issue (e.g., "Task creation fails with custom fields")
typestring
Type of feedback: bug (report a problem), feature (suggest enhancement), question (general inquiry)one of bug · feature · question
create_documentCreate document. Requires name + parent (id/name + type). Optional: visibility, create_page.6 params

Create document. Requires name + parent (id/name + type). Optional: visibility, create_page.

Parameters* required
create_pageboolean
Create initial page (default: true).
namestring
Document name.
parent_idstring
Parent ID (preferred).
parent_namestring
Parent name (requires parent_type).
parent_typestring
Parent type.one of workspace · space · folder · list · everything
visibilitystring
Visibility (default: PUBLIC).one of PUBLIC · PRIVATE
get_documentGet document details. Requires documentId (preferred) or title + parent (id/name + type).5 params

Get document details. Requires documentId (preferred) or title + parent (id/name + type).

Parameters* required
documentIdstring
Document ID (preferred).
parentIdstring
Parent ID.
parentNamestring
Parent name.
parentTypestring
Parent type (needed for name resolution).one of space · folder · list
titlestring
Document title (requires parent info).
list_documentsLists all documents in a ClickUp space, folder, or list.8 params

Lists all documents in a ClickUp space, folder, or list.

Parameters* required
archivedboolean
Whether to include archived documents
creatornumber
Optional creator ID to filter by
deletedboolean
Whether to include deleted documents
idstring
Optional document ID to filter by
limitnumber
Maximum number of documents to return
next_cursorstring
Cursor for pagination
parent_idstring
ID of the parent container to list documents from
parent_typestring
Type of the parent containerone of TASK · SPACE · FOLDER · LIST · EVERYTHING · WORKSPACE
list_document_pagesList pages. Requires docId (preferred) or name + parent context. Optional: depth.6 params

List pages. Requires docId (preferred) or name + parent context. Optional: depth.

Parameters* required
documentIdstring
Document ID.
documentNamestring
Doc name (requires parent context).
max_page_depthnumber
Max depth (default -1).
parentIdstring
Parent ID.
parentNamestring
Parent name.
parentTypestring
Parent type.one of space · folder · list
get_document_pagesGet pages content. Requires docId or name+context. + pageIds.7 params

Get pages content. Requires docId or name+context. + pageIds.

Parameters* required
content_formatstring
Format.one of text/md · text/html
documentIdstring
Document ID.
documentNamestring
Doc name.
pageIdsarray
Page IDs.
parentIdstring
Parent ID.
parentNamestring
Parent name.
parentTypestring
Parent type.one of space · folder · list
create_document_pageCreate page. Requires docId or name+context + page name.9 params

Create page. Requires docId or name+context + page name.

Parameters* required
contentstring
Content.
documentIdstring
Document ID.
documentNamestring
Doc name.
namestring
Page title.
parentIdstring
Parent ID.
parentNamestring
Parent name.
parentTypestring
Parent type.one of space · folder · list
parent_page_idstring
Parent Page ID.
sub_titlestring
Subtitle.
update_document_pageUpdate page. Requires docId or name+context + pageId.11 params

Update page. Requires docId or name+context + pageId.

Parameters* required
contentstring
New content.
content_edit_modestring
Mode.one of replace · append · prepend
content_formatstring
Format.one of text/md · text/plain
documentIdstring
Document ID.
documentNamestring
Doc name.
namestring
New name.
pageIdstring
Page ID.
parentIdstring
Parent ID.
parentNamestring
Parent name.
parentTypestring
Parent type.one of space · folder · list
sub_titlestring
New subtitle.

ClickUp MCP Server — Premium

ClickUp MCP Server Premium Logo

npm version npm downloads License Top 3 on Google Trending MCP Server Maintained


Properly Connect ClickUp to AI Agents and Agentic Workflows

A high-performance Model Context Protocol (MCP) server for managing tasks, checklists, sprints, comments, tags, spaces, lists, folders, files, docs, chat, and time using natural language.

⭐️ Proven Performance: 460+ Stars (from previous public repo) & thousands of weekly NPM downloads.
The industry-standard ClickUp integration for AI.


📚 Table of Contents

LinksQuick Start & Installation
• Features
• Premium Access
• Available Tools
• Adv. Config
• FAQ
• Disclaimer
antigravity Antigravityantigravity Agy CLIhermes logo Hermesopenclaw logo OpenClaw
cursor white Cursorvisual studio code VS Codeclaude ClaudeD97757 ClaudeCode
FF6D5A n8nopenai icon Codexopenai icon ChatGPTaugment code Augment
augment code Auggiewindsurf white Windsurf211522643 Roo Code➕ Add Agent

✨ Features

🔥 Multi-Account Support: Manage multiple authorized workspaces seamlessly in a single session. See setup

🔐 Hybrid Authentication
MCP spec-compliant OAuth 2.1 with advanced security hardening and session-isolated caching for fast, secure multi-tenant operation. Backwards compatible with API Key/Team ID(s).
🔍 Intelligent Search & Resolution
Smart tiered, global fuzzy search across task, list, folder, and space names, custom fields, members/emails, statuses, tags, descriptions, and more. Automatic resolution—no IDs needed.
📝 Task Management
Full CRUD, move, duplicate, link, and set dependencies between tasks. Supports bulk operations, nested subtasks, checklists, sprints (active detection), natural language dates, custom task IDs, custom task types, custom fields, task templates, and file attachments (upload via URL, local path, or base64).
⏱️ Time Tracking
Start/stop timers, log manual entries, edit existing entries, retrieve timer history, manage time entry tags, and filter time entries across the entire workspace using natural language dates or date ranges.
📄 Document Management
Create, read, and append to ClickUp Docs with full markdown text. Manage pages within documents for structured, long-form content (consolidated action-based tool).
💬 Comments & Chat
Post, edit, resolve, and reply to comments on tasks, lists, and views. Create and manage chat channels (including DMs), send messages with threaded replies, reactions, and follower management. Both support rich text, subtypes, and @mentions.
🎯 Goals & Key Results
Create and manage Goals with full lifecycle support—create, update, delete, and archive. Define and track nested Key Results to measure OKR progress across the workspace.
📋 Views
Create, list, update, and delete views at any level of the workspace hierarchy—space, folder, or list. Fetch tasks scoped to a specific view for focused filtering.
🗂️ Task Templates
Browse available task templates and instantly create tasks from them. Streamlines repeatable workflows without manual setup each time.
🌳 Workspace Control
Full CRUD for spaces, folders, lists, webhooks, and tags across the entire workspace hierarchy. Manage access control (ACL) permissions at any level. Switch workspaces mid-conversation without reconfiguration.

💎 Premium Access

Unlock 150 Enterprise-Grade Custom Tools

This project transitioned from open-source to a paid model for sustainable full-time development and priority support. A license grants full, unrestricted access to all features across your agents⎯no limits.


Monthly $9/moAnnual $59/yrLifetime $119
• Pay-as-you-go flexibility
• 3 device activations
• Cancel anytime
• Save 45% ($4.92/mo)
• 3 device activations
• Priority support all year
• Best Value — One payment
• 3 device activations
• Unlocked Forever

  Purchase License  


⚡️ Instant Key Delivery (Polar.sh)   •   Setup takes less than 2 mins      


🚀 Quick Start

1. Prerequisites

  • License Key: See above

  • ClickUp API Key (Optional - not needed for Remote MCP)

    • Log into ClickUp and go to ClickUp Settings → Apps.
    • Click Generate under "API Token" (or copy your existing one).
  • ClickUp Team ID (Optional - not needed for Remote MCP)

    • Open ClickUp in your browser.
    • Look at the URL: https://app.clickup.com/1234567/v/li/987654321.
    • The first number (1234567) directly after clickup.com/ is your Team ID (Workspace ID).

2. Choose your MCP Host & Transport

 antigravity Antigravity (IDE & 2.0)

Download from antigravity.google. Covers Antigravity IDE (VS Code-based agentic editor) and Antigravity 2.0 (standalone desktop agent orchestration app). Both share the same configuration file.

Configuration Path: ~/.gemini/config/mcp_config.json

Tip: Open the Agent Panel → ... → Manage MCP Servers → View raw config to open this file directly. Or type /mcp in the prompt panel.

Option A: Remote / Streamable HTTP (Recommended)

{
  "mcpServers": {
    "ClickUp": {
      "serverUrl": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": { "X-License-Key": "your-license-key" }
    }
  }
}

Option B: Local / STDIO

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "CLICKUP_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

 antigravity Antigravity CLI (agy)

A lightweight terminal-based interface (TUI) for Antigravity agents. Install with:

curl -fsSL https://antigravity.google/cli/install.sh | bash

Configuration Path: ~/.gemini/antigravity-cli/mcp_config.json

Tip: Run agy and type /mcp in the interactive session to manage servers from within the TUI.

Option A: Remote / Streamable HTTP (Recommended)

{
  "mcpServers": {
    "ClickUp": {
      "serverUrl": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": { "X-License-Key": "your-license-key" }
    }
  }
}

Option B: Local / STDIO

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "CLICKUP_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

 hermes logo Hermes Agent

Single Agent Configuration Path: ~/.hermes/config.yaml

Option A: Remote / Streamable HTTP

hermes mcp add clickup \
  --url https://clickup-mcp.taazkareem.com/mcp \
  --auth oauth && \
hermes config set mcp_servers.clickup.headers.X-License-Key "your-license-key"

Option B: Local / STDIO

hermes mcp add clickup \
  --command npx \
  --args -y @taazkareem/clickup-mcp-server@latest \
  --env CLICKUP_API_KEY="your-api-key" \
        CLICKUP_TEAM_ID="your-team-id" \
        CLICKUP_MCP_LICENSE_KEY="your-license-key"
  • Run it: hermes

Multi-Agent Setup (Profiles + Personas)

Run a team of specialized agents on the same workspace (or separate). Each Hermes profile is an isolated agent with its own config and SOUL.md instructions. Configure each profile to match a persona (X-Persona) as needed. This will scope which ClickUp tools is in its context. Guide with examples:

1. Create the profiles

hermes profile create project_manager
hermes profile create task_worker
hermes profile create auditor

Optional: Use --clone to copy the existing config.yaml/.env/SOUL.md, or re-run the commands from above.

2. Set each profile's persona. The profile has the MCP config now, so just add the matching persona:

project_manager config set mcp_servers.clickup.headers.X-Persona "project_manager"
task_worker     config set mcp_servers.clickup.headers.X-Persona "task_worker"
auditor         config set mcp_servers.clickup.headers.X-Persona "auditor"

See → Advanced Configuration for more customized filtering options.

3. Give each agent its instructions in ~/.hermes/profiles/<name>/SOUL.md (auditor shown):

# ClickUp Auditor

You are a read-only project auditor. Observe and report — never change anything.
- Summarize task status, overdue items, and blockers concisely.
- Surface risks and recommend actions, but never execute them.
- If asked to create or modify a task, decline and explain you are read-only.

Run any agent query by its profile (call by User or Agent):

project_manager chat -q "Break the Q3 launch into a list with subtasks and owners"
auditor         chat -q "Audit the Sprint board and report what's at risk"

-OR-

Run a TUI or Gateway called by User:

project_manager gateway start
auditor         chat

Other (Custom Agents, etc.) For most other MCP-compliant hosts:

  • Server URL: https://clickup-mcp.taazkareem.com/mcp
  • Auth Header: X-License-Key: your-license-key

 openclaw logo OpenClaw (via mcporter)

1. Enable mcporter in ~/.openclaw/openclaw.json:

{ "skills": { "allowBundled": ["mcporter"] } }

2. Configure & Auth

# Add ClickUp as a remote server
mcporter config add ClickUp https://clickup-mcp.taazkareem.com/mcp --auth oauth --header "X-License-Key=your-license-key"

# Authenticate session
mcporter auth ClickUp

Pro Tip: Use Personas to define multiple isolated configurations (e.g., Auditor vs. Worker) in your agent's mcporter.json.

 cursor white Cursor

Configuration Path: <project-root>/.cursor/mcp.json

Option A: Remote / Streamable HTTP (Easiest)

{
  "mcpServers": {
    "ClickUp": {
      "url": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your-license-key"
      }
    }
  }
}

Option B: Local / STDIO

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "CLICKUP_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

 visual studio code VS Code

Configuration Paths:

  • Global: ~/Library/Application Support/Code/User/mcp.json
  • Local: <project-root>/.vscode/mcp.json

Option A: Remote / Streamable HTTP (Easiest)

{
  "mcpServers": {
    "ClickUp": {
      "url": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your-license-key"
      }
    }
  }
}

Option B: Local / STDIO

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "CLICKUP_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

 211522643 Roo Code

Configuration Path: <project-root>/.roo/mcp.json

Option A: Remote / Streamable HTTP (Easiest)

{
  "mcpServers": {
    "ClickUp": {
      "url": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your-license-key"
      }
    }
  }
}

Option B: Local / STDIO

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "CLICKUP_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

 claude Claude Desktop

Configuration Path: ~/Library/Application Support/Claude/claude_desktop_config.json

Remote Setup (Requires mcp-remote adapter):

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://clickup-mcp.taazkareem.com/mcp",
        "--header",
        "X-License-Key: your-license-key"
      ]
    }
  }
}

 D97757 Claude Code (CLI)

Run this command in your terminal:

claude mcp add --transport http ClickUp https://clickup-mcp.taazkareem.com/mcp \
  --header "X-License-Key: your-license-key"

 FF6D5A n8n

Option A: Remote / Streamable HTTP (Recommended)

  1. In n8n, add an "MCP Client" node.
  2. Set Connection Type to Streamable HTTP.
  3. Auth Type: Multiple Headers Auth.
  4. Header: X-License-Key Value: your-license-key
  5. URL: https://clickup-mcp.taazkareem.com/mcp

Option B: Self-Hosted Docker Run the container:

docker run -d -p 3231:3231 ghcr.io/taazkareem/clickup-mcp-server:latest

In n8n, use URL: http://host.docker.internal:3231/mcp

 openai icon Codex (CLI, Desktop, IDE)

Codex clients (CLI, Desktop App, and VS Code extension) share a single source of truth for configuration.

Configuration Paths:

  • Global: ~/.codex/config.toml
  • Local: <project-root>/.codex/config.toml

Option A: Remote / Streamable HTTP (Easiest)

[mcp_servers.ClickUp]
url = "https://clickup-mcp.taazkareem.com/mcp"
http_headers = { "X-License-Key" = "your-license-key" }

Option B: Local / STDIO

[mcp_servers.ClickUp]
command = "npx"
args = ["-y", "@taazkareem/clickup-mcp-server@latest"]
env = {
  CLICKUP_API_KEY = "your-api-key",
  CLICKUP_TEAM_ID = "your-team-id",
  CLICKUP_MCP_LICENSE_KEY = "your-license-key"
}

Quick Tips:

  • Codex CLI: Run codex mcp list to verify. Use codex mcp add ... as a CLI alternative to editing the file.
  • VS Code Extension: Click ⚙ → MCP settings → Open config.toml.
  • Desktop App: Go to Settings → Integrations & MCP.

 openai icon ChatGPT (Developer Mode)

Note: Requires a Business, Enterprise, or Edu workspace with Developer Mode enabled.

  1. Enable Developer Mode: Ask your workspace admin to enable this under Workspace Settings → Permissions & Roles → Connected Data.
  2. Connect MCP: Go to Settings → Connectors and toggle Developer Mode on.
  3. Add Custom Connector:
    • Click Add connector (or "Create custom connector").
    • Choose MCP as the source type.
  4. Configure:
    • Server URL: https://clickup-mcp.taazkareem.com/mcp
    • Authentication: Add HTTP header X-License-Key: your-license-key.
  5. Use: Start a Developer Mode chat and select your ClickUp connector via Add sources.

 augment code Augment Code

Configuration Path: <project-root>/.augment/settings.json

{
  "mcpServers": {
    "ClickUp": {
      "url": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your-license-key"
      }
    }
  }
}

 augment code Auggie CLI

Run this command in your terminal:

auggie mcp add ClickUp --url https://clickup-mcp.taazkareem.com/mcp \
  --header "X-License-Key: your-license-key"

 windsurf white Windsurf

Configuration Path: <project-root>/.codeium/windsurf/mcp_config.json

Option A: Remote / Streamable HTTP (Easiest)

{
  "mcpServers": {
    "ClickUp": {
      "url": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your-license-key"
      }
    }
  }
}

Option B: Local / STDIO

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@taazkareem/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "CLICKUP_MCP_LICENSE_KEY": "your-license-key"
      }
    }
  }
}

3. Restart

Restart your MCP Host (e.g., Cursor IDE). The server will validate your License Key and start automatically.


🛠️ Available Tools

👇 Click to view all 150 available tools
CategoryToolDescription
Workspaceget_workspaceGet workspace structure and metadata (hierarchy, members, plan, seats, shared items, custom task types)
get_workspace_seatsGet member and guest seat utilization (used, total, available)
get_workspace_planGet plan details for the workspace (plan_name, plan_id)
get_audit_logsRetrieve workspace audit logs (Enterprise only)
Taskscreate_taskCreate a task
get_taskGet single task details
update_taskModify task properties
move_taskMove task to new list
duplicate_taskCopy task
delete_taskRemove task
add_task_to_listAssociate task with additional list (TIML)
remove_task_from_listRemove task list association (TIML)
create_bulk_tasksCreate multiple tasks
update_bulk_tasksUpdate multiple tasks
move_bulk_tasksMove multiple tasks
delete_bulk_tasksDelete multiple tasks
get_workspace_tasksSearch tasks with Deep Search filtering
get_commentsGet comments on a task, list, or view
create_commentCreate a comment on a task, list, or view
update_commentEdit or resolve a comment
delete_commentDelete a comment
get_comment_repliesGet threaded replies for a comment
create_comment_replyReply to a comment in a thread
add_comment_reactionAdd an emoji reaction to a comment
remove_comment_reactionRemove an emoji reaction from a comment
get_comment_subtypesGet post subtype IDs for the workspace
add_task_linkLink two tasks together
get_task_linksGet task links
delete_task_linkRemove a task link
add_task_dependencySet a blocking dependency between tasks
delete_task_dependencyRemove a blocking dependency between tasks
Attachmentslist_attachmentsList attachments for a task or file custom field (v3)
get_attachmentGet a specific attachment by ID or name (v3)
upload_attachmentUpload a file to a task or file custom field (v3)
Checklistscreate_checklistAdd a checklist to a task
edit_checklistRename or reorder a checklist
delete_checklistDelete a checklist and all its items
create_checklist_itemAdd an item to a checklist
edit_checklist_itemUpdate a checklist item (name, resolved, assignee, nesting)
delete_checklist_itemRemove an item from a checklist
Sprintsget_active_sprintAuto-detect the currently active sprint; returns tasks if exactly one found
list_sprintsList all sprints in a folder
get_sprint_tasksGet tasks for a specific sprint list
Listslist_listsRetrieve lists in a space (folderless) or in a folder
get_listGet list details
create_listCreate a list in a space or folder
create_list_from_templateCreate a new list from a template
update_listUpdate list properties
delete_listDelete a list
move_listMove a list to a different space or folder (high-integrity)
set_list_permissionsUpdate list privacy and sharing (ACLs)
Custom Fieldslist_custom_fieldsList field definitions for a list, folder, or space
create_custom_fieldAdd a new field definition to a list
set_custom_field_valueSet a field value on a task
remove_custom_field_valueClear a field value from a task
Spaceslist_spacesList all spaces in the workspace
get_spaceGet space details
create_spaceCreate a new space
update_spaceUpdate space properties
delete_spaceDelete a space
set_space_permissionsUpdate space privacy and sharing (ACLs)
Goalslist_goalsList all goals in the workspace
get_goalGet a goal with its key results
create_goalCreate a new goal
update_goalUpdate a goal's properties
delete_goalDelete a goal
create_key_resultAdd a key result to a goal
update_key_resultUpdate a key result
delete_key_resultDelete a key result
Viewslist_viewsList views for a space, folder, list, or workspace
get_viewGet a single view
create_viewCreate a new view
update_viewUpdate a view
delete_viewDelete a view
get_view_tasksGet tasks in a view
Folderslist_foldersList all folders in a space
get_folderGet folder details and its contained lists
create_folderCreate a folder in a space
update_folderUpdate folder properties
delete_folderDelete a folder
move_folderMove a folder to a different space (high-integrity)
set_folder_permissionsUpdate folder privacy and sharing (ACLs)
create_folder_from_templateCreate a folder from a template in a space
Tagslist_space_tagsList all tags in a space
create_space_tagCreate a new space tag
update_space_tagUpdate a space tag's name or colors
delete_space_tagDelete a tag from a space
add_tag_to_taskAdd tag to task
remove_tag_from_taskRemove tag from task
Time Trackingget_time_entriesFetch historical time entries
get_current_time_entryGet currently running timer
start_time_entryStart tracking time for a task
stop_time_entryStop the active timer
add_time_entryManually log a time entry
update_time_entryModify an existing time entry
delete_time_entryDelete a time entry
get_time_entry_tagsFetch all workspace time entry tags
add_time_entry_tagsAdd a tag to a time entry
update_time_entry_tagsRename a workspace time entry tag globally
delete_time_entry_tagsRemove a tag from a time entry
get_time_entry_historyView edit history of a time entry
get_time_in_statusGet time-in-status for multiple tasks
Docslist_documentsList documents in a workspace or container
get_documentGet document metadata
create_documentCreate a new standalone document
list_document_pagesList all pages in a document
get_document_pageGet content for a single page
get_document_pagesGet content for multiple pages in one call
create_document_pageAdd a new page to a document
update_document_pageModify an existing page (replace/append/prepend)
Chatlist_chat_channelsList all channels in the workspace
get_chat_channelGet a single channel
create_chat_channelCreate a new channel
update_chat_channelUpdate a channel
delete_chat_channelDelete a channel
get_chat_channel_membersGet members of a channel
get_chat_channel_followersGet followers of a channel
create_chat_dmCreate a direct message channel
get_chat_messagesGet messages from a channel
create_chat_messageSend a message to a channel
update_chat_messageEdit a message
delete_chat_messageDelete a message
get_chat_message_repliesGet threaded replies to a message
create_chat_message_replyReply to a message in a thread
add_chat_reactionAdd an emoji reaction to a message
remove_chat_reactionRemove an emoji reaction
get_chat_reactionsGet all reactions on a message
get_chat_tagged_usersGet users tagged in a message
get_chat_message_subtypesGet post subtype IDs for the workspace
Webhookslist_webhooksList all webhooks in the workspace
create_webhookCreate a new webhook
update_webhookUpdate an existing webhook
delete_webhookDelete a webhook permanently
User Groupslist_user_groupsList all user groups in the workspace
create_user_groupCreate a new user group
update_user_groupRename a group or add/remove members
delete_user_groupDelete a user group
Guestsinvite_guestInvite a guest to the workspace (Enterprise)
get_guestGet guest details (Enterprise)
edit_guestEdit guest display name or permissions (Enterprise)
remove_guestRemove a guest from the workspace (Enterprise)
add_guest_to_taskGrant guest access to a task (Enterprise)
remove_guest_from_taskRevoke guest access from a task (Enterprise)
add_guest_to_listGrant guest access to a list (Enterprise)
remove_guest_from_listRevoke guest access from a list (Enterprise)
add_guest_to_folderGrant guest access to a folder (Enterprise)
remove_guest_from_folderRevoke guest access from a folder (Enterprise)
Task Templatesget_task_templatesList available workspace templates
create_task_from_templateCreate a task from a template
Feedbacksubmit_feedbackSubmit feedback or bug reports

See full documentation for parameters and advanced usage.


⚙️ Advanced Configuration

Filter Available Tools

💡 Pro Tip! Reduce context noise for the AI by limiting available tools. There are 3 ways to do this. You can filter by exact tool name, by tool category, by personas (presets), or a combination of all three.

Local (Environment Variable):

"ENABLED_TOOLS": "tool_1,tool_2,tool_3",
"ENABLED_CATEGORIES": "task,time_tracking,workspace"

-or- Hermes (YAML):

mcp_servers:
  clickup:
    env:
      ENABLED_TOOLS: "tool_1,tool_2,tool_3"
      ENABLED_CATEGORIES: "task,time_tracking,workspace"

-or- Remote (Header):

"X-Enabled-Tools": "tool_1,tool_2,tool_3",
"X-Enabled-Categories": "task,time_tracking,workspace"

Preset Configurations

Simplify setup by using Personas. You can set a persona via the CLICKUP_MCP_PERSONA environment variable or the X-Persona HTTP header to automatically filter a set of tools.

Multiple personas can be combined (e.g., "X-Persona": "task_worker,time_specialist").

Persona Description Target Use Case
📋 auditor Read-only access View tasks, goals, docs, and chat (Read-only).
👷 task_worker Daily management Task CRUD, time tracking, and checklists.
⏱️ time_specialist Time tracking focus Time logs, timesheets, and entry history.
🏗️ project_manager High-level control Spaces, folders, lists, and bulk operations.
📚 content_manager Communication Docs, chat, comments, and attachments.
🏢 workspace_admin Admin control Permissions, guests, and audit logs.
💻 developer Programmatic Webhooks, custom fields, bulk automation.
🛡️ safe_power_user Full access All tools except destructive deletes/removals.

Local (Environment Variable):

"CLICKUP_MCP_PERSONA": "task_worker"

-or- Remote (Header):

"X-Persona": "task_worker"

💡 Need to customize? To view the exact tools included in each preset or to build a custom list based on a persona, see the Personas Reference Guide.


🌍 Multi-Workspace Support

Simultaneously federate OAuth and multiple API keys to manage tasks across different authorized ClickUp accounts/workspaces in a single session. Easily move or duplicate tasks between workspaces, configure AI Agents for cross-workspace automation, and more.

Remote (Headers):

{
  "mcpServers": {
    "ClickUp": {
      "url": "https://clickup-mcp.taazkareem.com/mcp",
      "headers": {
        "X-License-Key": "your-license-key",
        "X-ClickUp-Additional-Keys": "shared_ws_api_key1,shared_ws_api_key2"
      }
    }
  }
}

❓ FAQ

Why isn't this free anymore? Building reliable MCP integrations requires significant maintenance. Moving to a paid model allows us to support this as a product rather than a hobby, ensuring compatibility with API changes.

I have an old version. Will it stop working? Existing local clones will continue to work, but you will not receive updates, bug fixes, or support without a license.

How do I get support? Premium users get priority support. Please open an issue in this repository.


⚖️ Disclaimer

Originally developed as open source and refined during a consultancy with ClickUp, this project is now independently maintained.

This software makes use of third-party APIs and may reference trademarks or brands owned by third parties. The use of such APIs or references does not imply any affiliation with or endorsement by the respective companies. All trademarks and brand names are the property of their respective owners. This project is an independent work and is not officially associated with or sponsored by any third-party company mentioned.

By using this software, you agree to our Terms of Service and acknowledge our Privacy Policy.

Created by taazkareem
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

Configuration

CLICKUP_MCP_LICENSE_KEY*secret

Your ClickUp MCP License Key from Polar.sh

CLICKUP_API_KEY*secret

Your ClickUp API key

CLICKUP_TEAM_ID*

Your ClickUp Team ID

DOCUMENT_SUPPORTdefault: true

Enable ClickUp Document support

Categories
Productivity & Office
Registryactive
Package@taazkareem/clickup-mcp-server
TransportSTDIO
AuthRequired
UpdatedFeb 15, 2026
View on GitHub

Related Productivity & Office MCP Servers

View all →
mcparmory avatar
Asana

com.mcparmory/asana

Manage tasks, projects, portfolios, and team workflows
25
mcparmory avatar
Clickup

com.mcparmory/clickup

Manage tasks, lists, checklists, comments, and project workflows
25
mcparmory avatar
Shortcut

com.mcparmory/shortcut

Track stories, organize sprints, and manage project workflows across your team
25
parallel-web avatar
Parallel Task MCP

parallel-web/task-mcp

An MCP server for deep research or task groups
12
arielbk avatar
Anki Mcp

arielbk/anki-mcp

MCP server for integrating with Anki flashcards through conversational AI
9
icloud-calendar-mcp avatar
Icloud Calendar Mcp

icloud-calendar-mcp/icloud-calendar-mcp

MCP server for iCloud (Apple) Calendar access via CalDAV
9