ClickUp MCP

ClickUp MCP lets agents search and manage tasks, lists, folders, docs, comments, chat, and time-tracking workflows in a ClickUp workspace.

56 actions Integration catalog
Request access
Connect ClickUp MCP once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Clickup add tag to taskCLICKUP_MCP_CLICKUP_ADD_TAG_TO_TASK
Add existing tag to task. Tag must exist in space. Note: Will fail if tag doesn't exist.
Clickup add task dependencyCLICKUP_MCP_CLICKUP_ADD_TASK_DEPENDENCY
Set a directional dependency where one task blocks the other. Use 'waiting_on' when task_id cannot start until depends_on is done, or 'blocking' when task_id is blocking depends_on. For non-blocking associations, use add_task_link instead.
Clickup add task linkCLICKUP_MCP_CLICKUP_ADD_TASK_LINK
Link two tasks together. Creates a bidirectional association with no ordering or blocking. For blocking/dependency relationships, use add_task_dependency instead.
Clickup add task to listCLICKUP_MCP_CLICKUP_ADD_TASK_TO_LIST
Add a task to an additional list (keeps current home list). Requires the Tasks in Multiple Lists ClickApp to be enabled.
Clickup add time entryCLICKUP_MCP_CLICKUP_ADD_TIME_ENTRY
Add a manual time entry to a task. You can provide either (start + duration) OR (start + end). The tool will calculate missing values. Requires task_id, start time, and either duration or end time. Supports description, billable flag, and tags.
Clickup attach task fileCLICKUP_MCP_CLICKUP_ATTACH_TASK_FILE
Attach file to task. Requires task_id. File sources: 1) base64 + filename (small files under ~200KB only), 2) URL (http/https). For files on the local machine, use request_attachment_upload instead.
Clickup create commentCLICKUP_MCP_CLICKUP_CREATE_COMMENT
Create a comment or threaded reply on a task, list, or view. Supports Markdown (headings, bold, code blocks, tables). Use entity_type + entity_id for the target entity. Provide reply_to_id for a threaded reply.
Clickup create documentCLICKUP_MCP_CLICKUP_CREATE_DOCUMENT
Create a document in a ClickUp space, folder, or list. Requires name, parent info, visibility and create_page flag.
Clickup create document pageCLICKUP_MCP_CLICKUP_CREATE_DOCUMENT_PAGE
Create a new page in a ClickUp document.
Clickup create folderCLICKUP_MCP_CLICKUP_CREATE_FOLDER
Create folder in ClickUp space. Use space_id (preferred) or space_name + folder name. Supports override_statuses for folder-specific statuses. Use clickup_create_list_in_folder to add lists after creation.
Clickup create listCLICKUP_MCP_CLICKUP_CREATE_LIST
Create a list in a ClickUp space. Requires name and space_name or space_id. For lists in folders, use clickup_create_list_in_folder.
Clickup create list in folderCLICKUP_MCP_CLICKUP_CREATE_LIST_IN_FOLDER
Create a list in a ClickUp folder. Requires folder_id and list name. Supports content and status. If you need to get a folder ID from a folder name, use clickup_get_folder first.
Clickup create reminderCLICKUP_MCP_CLICKUP_CREATE_REMINDER
Create a personal reminder in your ClickUp workspace. Requires title and due_date (YYYY-MM-DD or YYYY-MM-DD HH:MM format, uses your timezone).
Clickup create taskCLICKUP_MCP_CLICKUP_CREATE_TASK
Create a task in a ClickUp list. Requires name and list_id — always ask the user which list. Supports assignees (user IDs, emails, usernames, or "me") and task_type by name.
Clickup create task commentCLICKUP_MCP_CLICKUP_CREATE_TASK_COMMENT
[DEPRECATED → clickup_create_comment] Legacy name for creating a task comment, kept for clients with stale tool listings. Prefer the replacement tool; it takes entity_id instead of task_id.
Clickup delete commentCLICKUP_MCP_CLICKUP_DELETE_COMMENT
Delete a comment by comment_id. This cannot be undone. Use clickup_get_task_comments or clickup_get_threaded_comments to find the comment ID.
Clickup delete taskCLICKUP_MCP_CLICKUP_DELETE_TASK
Delete a task by task_id (supports custom IDs like 'DEV-1234'). Always confirm the task_id with the user before deleting.
Clickup download task attachmentCLICKUP_MCP_CLICKUP_DOWNLOAD_TASK_ATTACHMENT
Download a ClickUp task attachment (get attachment IDs from clickup_get_task with include: ["attachments"]). Returns a short-lived download URL plus attachment metadata. IMPORTANT: the URL is short-lived and, on workspaces with private attachments enabled, single-use — it expires within ~5 minutes. Fetch it immediately and exactly once; do not preview, HEAD-request, retry, or store it. If a download fails or the URL expired, call this tool again for a fresh URL.
Clickup filter tasksCLICKUP_MCP_CLICKUP_FILTER_TASKS
Retrieve tasks with combined filters (tags, lists, folders, spaces, statuses, assignees, due date range, completion date range). Multiple values within a filter use OR logic; across filters, AND logic applies. Best for filtering tasks by structured field values. For text/keyword search across all workspace content, use search instead. Results are paginated at 100 tasks per page: the response includes has_more and next_page, and when has_more is true you MUST call again with page set to next_page (repeating until has_more is false) to retrieve every matching task — a single call is not guaranteed to be complete. Assignees must be numeric user IDs — use clickup_resolve_assignees to convert names/emails/"me". Date filters use YYYY-MM-DD. For a single task by ID, use clickup_get_task.
Clickup find member by nameCLICKUP_MCP_CLICKUP_FIND_MEMBER_BY_NAME
Get a member in the ClickUp workspace by name or email. Returns the member object if found, or null if not found.
Clickup get bulk tasks time in statusCLICKUP_MCP_CLICKUP_GET_BULK_TASKS_TIME_IN_STATUS
Get the time multiple tasks have spent in each status (bulk operation, up to 100 tasks). Returns a map of task IDs to their status history and current status time data. Requires the "Total time in Status" ClickApp to be enabled in the workspace.
Clickup get chat channel messagesCLICKUP_MCP_CLICKUP_GET_CHAT_CHANNEL_MESSAGES
Get messages for a chat channel. Messages with has_replies=true have threads fetchable via clickup_get_chat_message_replies. Supports pagination. Channel URLs look like /<ws>/v/cn/<channel_id> or /<ws>/chat/r/<channel_id>.
Clickup get chat channelsCLICKUP_MCP_CLICKUP_GET_CHAT_CHANNELS
List chat channels in the workspace with pagination support.
Clickup get chat message repliesCLICKUP_MCP_CLICKUP_GET_CHAT_MESSAGE_REPLIES
Get threaded replies for a chat message by message_id. Supports pagination. Chat thread URLs (/<ws>/v/cn/<channel_id>/t/<id> or /<ws>/chat/r/<channel_id>/t/<id>) end in a chat message id — pass it here, not to clickup_get_task. That id is usually the thread root but can be a reply inside the thread; if no replies come back, find the thread root via clickup_get_chat_channel_messages on the channel.
Clickup get current time entryCLICKUP_MCP_CLICKUP_GET_CURRENT_TIME_ENTRY
Get the currently running time entry, if any. No parameters needed.
Clickup get custom fieldsCLICKUP_MCP_CLICKUP_GET_CUSTOM_FIELDS
Get custom field definitions at any hierarchy level (list, folder, space, or workspace). Returns field IDs, types, and options for dropdowns/labels. Use this to discover available custom fields before setting values on tasks. Multiple scopes can be queried in a single call.
Clickup get document pagesCLICKUP_MCP_CLICKUP_GET_DOCUMENT_PAGES
Get the full content of specific pages by page ID. Use list_document_pages first to discover available page IDs.
Clickup get folderCLICKUP_MCP_CLICKUP_GET_FOLDER
Get folder details by folder_id or folder_name (+ space info). Use to resolve folder names to IDs.
Clickup get listCLICKUP_MCP_CLICKUP_GET_LIST
Get list details by list_id or list_name. Returns id, name, content, space info, and configured statuses. Use to resolve list names to IDs.
Clickup get taskCLICKUP_MCP_CLICKUP_GET_TASK
Retrieve a ClickUp task by ID (supports custom IDs like 'DEV-1234'). Returns a compact summary by default — core fields are always included, large sections appear as counts only (e.g. custom_fields_count: 3). Use include to fetch full data for specific sections: include: ["custom_fields", "description"]. Set expand_statuses=true to list valid statuses for update_task. URL disambiguation: a bare /t/<id> or /t/<workspace>/<id> ClickUp URL is a task, but in chat thread URLs (/v/cn/<channel_id>/t/<id> or /chat/r/<channel_id>/t/<id>) the trailing id is a chat MESSAGE id — use clickup_get_chat_message_replies for those.
Clickup get task commentsCLICKUP_MCP_CLICKUP_GET_TASK_COMMENTS
Get task comments with reply_count per comment. Use clickup_get_threaded_comments for replies when reply_count > 0. Supports pagination via start/start_id.
Clickup get task time in statusCLICKUP_MCP_CLICKUP_GET_TASK_TIME_IN_STATUS
Get the time a task has spent in each status. Returns the current status with elapsed time and the full status history with time spent in each status. Requires the "Total time in Status" ClickApp to be enabled in the workspace.
Clickup get threaded commentsCLICKUP_MCP_CLICKUP_GET_THREADED_COMMENTS
Get threaded replies for a comment by comment_id. Use clickup_get_task_comments first to find comments with reply_count > 0.
Clickup get time entriesCLICKUP_MCP_CLICKUP_GET_TIME_ENTRIES
Get time entries with optional filtering by task, date range, assignee, and billable status. Pass task_id to scope to a single task, or omit for workspace-wide results. IMPORTANT: without assignee, only the authenticated user's entries are returned — pass 'any' to get all users' entries, or specific user IDs (comma-separated) for targeted queries.
Clickup get workspace hierarchyCLICKUP_MCP_CLICKUP_GET_WORKSPACE_HIERARCHY
Get workspace hierarchy (spaces, folders, lists) with pagination and depth control. Use only when you need the workspace structure — most tools resolve names automatically.
Clickup get workspace membersCLICKUP_MCP_CLICKUP_GET_WORKSPACE_MEMBERS
List all members in the workspace. Most tools resolve assignees automatically — use only when you need the full member list.
Clickup list document pagesCLICKUP_MCP_CLICKUP_LIST_DOCUMENT_PAGES
List page names and structure of a document (no content). Use get_document_pages to fetch full page content by page ID.
Clickup merge tasksCLICKUP_MCP_CLICKUP_MERGE_TASKS
Merge one or more source tasks into a target task. The target task survives and absorbs content from the source tasks, which are consumed. Destination field values take precedence on conflicts. Works with both regular task IDs and custom IDs (like 'DEV-1234').
Clickup move taskCLICKUP_MCP_CLICKUP_MOVE_TASK
Move a task to a new home list. Requires task_id and list_id (supports custom IDs). Use clickup_get_list to resolve list names.
Clickup remove tag from taskCLICKUP_MCP_CLICKUP_REMOVE_TAG_FROM_TASK
Remove tag from task. Only removes tag-task association, tag remains in space.
Clickup remove task dependencyCLICKUP_MCP_CLICKUP_REMOVE_TASK_DEPENDENCY
Remove a dependency between two tasks.
Clickup remove task from listCLICKUP_MCP_CLICKUP_REMOVE_TASK_FROM_LIST
Remove a task from an additional list (cannot remove from home list). Requires the Tasks in Multiple Lists ClickApp to be enabled.
Clickup remove task linkCLICKUP_MCP_CLICKUP_REMOVE_TASK_LINK
Remove a link between two tasks.
Clickup request attachment uploadCLICKUP_MCP_CLICKUP_REQUEST_ATTACHMENT_UPLOAD
Get short-lived, structured upload details (upload URL, ticket, HTTP method, and multipart field name) to attach a LOCAL file (any size) to a task; follow the returned instructions to upload it with a native HTTP client. For small base64 payloads or web URLs, use attach_task_file instead.
Clickup resolve assigneesCLICKUP_MCP_CLICKUP_RESOLVE_ASSIGNEES
Convert names, emails, or "me" to numeric ClickUp user IDs. Use when you need IDs for filters (e.g., search, filter_tasks). Most task tools resolve assignees automatically.
Clickup searchCLICKUP_MCP_CLICKUP_SEARCH
Search across all workspace content (tasks, docs, dashboards, attachments, whiteboards, chats, forms). Best for keyword/text matching across all content types. For filtering tasks by field values (status, priority, tags, dates), use filter_tasks instead. Supports filtering by assignees, creators, status, location, asset types, and date ranges. Date filters use YYYY-MM-DD or YYYY-MM-DD HH:MM format in your timezone. Results are paginated: the response includes next_cursor whenever more results exist. When next_cursor is present you MUST call search again with that value in the cursor field (repeating until next_cursor is absent) to retrieve every match — a single call is not guaranteed to be complete.
Clickup search remindersCLICKUP_MCP_CLICKUP_SEARCH_REMINDERS
Search and list your reminders. Supports filtering by type, status, completion, and since date. Date filters use YYYY-MM-DD or YYYY-MM-DD HH:MM format (e.g., '2025-01-01') in your timezone. Paginated via cursor.
Clickup send chat messageCLICKUP_MCP_CLICKUP_SEND_CHAT_MESSAGE
Send a message or threaded reply to a chat channel. Provide parent_message_id for threaded replies. Supports markdown and post types.
Clickup start time trackingCLICKUP_MCP_CLICKUP_START_TIME_TRACKING
Start time tracking on a task. Supports description, billable status, and tags. Only one timer can be running at a time. For best results, omit extra parameters unless specifically needed.
Clickup stop time trackingCLICKUP_MCP_CLICKUP_STOP_TIME_TRACKING
Stop the currently running time tracker. Supports description and tags. Returns the completed time entry details.
Clickup update commentCLICKUP_MCP_CLICKUP_UPDATE_COMMENT
Edit an existing comment in place by comment_id. Replaces the comment text (supports Markdown), and can mark it resolved or reassign it. Use clickup_get_task_comments or clickup_get_threaded_comments to find the comment ID.
Clickup update document pageCLICKUP_MCP_CLICKUP_UPDATE_DOCUMENT_PAGE
Update a page in a ClickUp document. Use content_edit_mode to control how content is applied: append/prepend merge with the existing page server-side and preserve it exactly — no need to read the page first. The default is 'replace', which overwrites the whole page. If appended content should start on its own line, include a leading newline; if prepended content should end on its own line, include a trailing newline.
Clickup update folderCLICKUP_MCP_CLICKUP_UPDATE_FOLDER
Update a ClickUp folder. Requires folder_id + at least one update field (name/override_statuses). Only specified fields updated. Changes apply to all lists in folder. If you need to get a folder ID from a folder name, use clickup_get_folder first.
Clickup update listCLICKUP_MCP_CLICKUP_UPDATE_LIST
Update a ClickUp list. Requires list_id + at least one update field (name/content/status). Only specified fields updated. If you need to get a list ID from a list name, use clickup_get_list first.
Clickup update reminderCLICKUP_MCP_CLICKUP_UPDATE_REMINDER
Update a reminder by reminder_id. Supports title, description, due_date (YYYY-MM-DD or YYYY-MM-DD HH:MM, e.g. '2025-12-31'), and is_completed.
Clickup update taskCLICKUP_MCP_CLICKUP_UPDATE_TASK
Update task properties. Requires task_id and at least one field to change. Supports assignees (user IDs, emails, usernames, or "me"), custom fields as [{id, value}], and task_type by name (or 'none' to reset).