CAT
/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

Cross AI Tools

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
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Clickup

pipeworx-io/mcp-clickup
51 toolsHTTPregistry active
Summary

Wraps the ClickUp REST API v2 so you can manage tasks, lists, and projects directly from Claude. Part of the Pipeworx gateway ecosystem, which offers a streamable HTTP transport and an ask_pipeworx tool that interprets plain English questions and routes them to the appropriate API calls automatically. You'll need to bring your own ClickUp API key. Worth noting that while this server focuses specifically on ClickUp, the same team runs a broader gateway with 250+ data sources if you need multi-platform access. The repo doesn't list specific tools yet, but given it's a v2 API wrapper, expect standard CRUD operations for ClickUp's core resources.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

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

51 tools
clickup_searchUniversal search across your entire ClickUp workspace. This is a powerful global search tool that finds ANY type of content - tasks, documents, dashboards, attachments, whiteboards, chat messages, and forms. Use this tool when: - You need to find something but don't know exact...6 params

Universal search across your entire ClickUp workspace. This is a powerful global search tool that finds ANY type of content - tasks, documents, dashboards, attachments, whiteboards, chat messages, and forms. Use this tool when: - You need to find something but don't know exact...

Parameters* required
sortarray
Sort criteria for results. Can specify multiple sort fields in priority order
countnumber
Maximum number of results to return per page (for pagination)
cursorstring
Pagination cursor from previous response. Use to fetch next page of results
filtersobject
Filters to refine search results by various criteria
keywordsstring
Search query string. Use specific keywords to find items
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_workspace_hierarchyGet workspace hierarchy (spaces, folders, lists) from your authenticated workspace with pagination support. Workspace ID is automatically detected from your session. Returns tree structure with names and IDs for navigation. Supports pagination for large workspaces and depth co...5 params

Get workspace hierarchy (spaces, folders, lists) from your authenticated workspace with pagination support. Workspace ID is automatically detected from your session. Returns tree structure with names and IDs for navigation. Supports pagination for large workspaces and depth co...

Parameters* required
limitnumber
Maximum number of spaces to return per page (default: 10, max: 50)
cursorstring
Pagination cursor from previous response. Use to fetch next page of spaces
max_depthnumber
Maximum depth of hierarchy to return: 0=spaces only, 1=spaces+folders, 2=spaces+folders+lists (default: 2)one of 0 · 1 · 2
space_idsarray
Filter to return only specific spaces by ID.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_create_taskCreate task in a ClickUp list. Requires task name and list_id. ALWAYS ask user which list to use - never guess. Use clickup_get_list to resolve list names to IDs. Supports assignees as array of user IDs, emails, usernames, or "me". Supports task_type to specify the task type b...15 params

Create task in a ClickUp list. Requires task name and list_id. ALWAYS ask user which list to use - never guess. Use clickup_get_list to resolve list names to IDs. Supports assignees as array of user IDs, emails, usernames, or "me". Supports task_type to specify the task type b...

Parameters* required
namestring
Task name. Ask the user what they want to name the task.
tagsarray
Array of tag names to assign to the task. The tags must already exist in the space.
parentstring
ID of the parent task. When specified, this task will be created as a subtask of the specified parent task.
statusstring
Override the default ClickUp status. In most cases, omit this to use ClickUp defaults.
list_idstring
ID of the list where the task should be created. Use clickup_get_list to find the list ID from a list name if needed.
due_datestring
Due date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format (e.g., '2025-12-31' or '2025-12-31 14:30')
prioritystring
Task priority: 'urgent', 'high', 'normal', or 'low'. If not provided, task will have no priority assigned.one of urgent · high · normal · low
assigneesarray
Array of assignee user IDs. Use clickup_resolve_assignees to convert emails, usernames, or "me" to user IDs if needed.
task_typestring
Name of the task type (e.g., 'Bug', 'Feature', 'Milestone'). The type must exist in the workspace. If not specified, the default task type will be used.
start_datestring
Start date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format (e.g., '2025-01-01' or '2025-01-01 09:00')
descriptionstring
Plain text description for the task.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
custom_fieldsarray
Array of custom field values to set on the task. Each object must have an 'id' and 'value' property.
markdown_descriptionstring
Markdown formatted description for the task. If provided, this takes precedence over description.
check_required_custom_fieldsboolean
Flag to check if all required custom fields are set before saving the task.
clickup_get_taskGet task details by task_id (works with regular/custom IDs). Set subtasks=true to include all subtask details. Response Size Optimization: - Use detail_level='summary' for lightweight responses when full details aren't needed - Responses exceeding 50,000 tokens automatically s...4 params

Get task details by task_id (works with regular/custom IDs). Set subtasks=true to include all subtask details. Response Size Optimization: - Use detail_level='summary' for lightweight responses when full details aren't needed - Responses exceeding 50,000 tokens automatically s...

Parameters* required
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
subtasksboolean
Whether to include subtasks in the response. Set to true to retrieve full details of all subtasks.
detail_levelstring
Level of detail to return. Use 'summary' for lightweight responses or 'detailed' for full task data. Defaults to 'detailed' but automatically switches to 'summary' if response would be too large.one of summary · detailed
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_filter_tasksRetrieve tasks with combined filters. Supports filtering by tags, lists, folders, spaces, statuses, assignees, due date range, and completion date range. Within each filter type, multiple values use OR logic (e.g., tags: ["bug", "feature"] returns tasks with either tag). Acros...16 params

Retrieve tasks with combined filters. Supports filtering by tags, lists, folders, spaces, statuses, assignees, due date range, and completion date range. Within each filter type, multiple values use OR logic (e.g., tags: ["bug", "feature"] returns tasks with either tag). Acros...

Parameters* required
pagenumber
Page number for pagination (0-indexed)
tagsarray
Filter by tag names. Multiple tags use OR logic (matches tasks with ANY of the specified tags).
reverseboolean
Reverse sort order
list_idsarray
Filter by List IDs. Multiple IDs use OR logic (matches tasks in ANY of the specified lists).
order_bystring
Sort results by fieldone of id · created · updated · due_date
statusesarray
Filter by task status names. Multiple statuses use OR logic (matches tasks with ANY of the specified statuses).
subtasksboolean
Include subtasks in results (default: true)default: true
assigneesarray
Filter by assignee user IDs. Multiple IDs use OR logic. Use clickup_resolve_assignees to convert names/emails/"me" first.
space_idsarray
Filter by Space IDs. Multiple IDs use OR logic (matches tasks in ANY of the specified spaces).
folder_idsarray
Filter by Folder IDs. Multiple IDs use OR logic (matches tasks in ANY of the specified folders).
due_date_tostring
Filter tasks with due date on or before. Format: YYYY-MM-DD
date_done_tostring
Filter tasks completed on or before. Format: YYYY-MM-DD
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
due_date_fromstring
Filter tasks with due date on or after. Format: YYYY-MM-DD
date_done_fromstring
Filter tasks completed on or after. Format: YYYY-MM-DD
include_closedboolean
Include closed tasks in results
clickup_update_taskUpdate task properties. Requires task_id and at least one update field. Custom fields supported as array of {id, value}. Supports assignees as array of user IDs, emails, usernames, or "me". Supports task_type to change the task type by name (e.g., 'Bug', 'Feature'), or null to...13 params

Update task properties. Requires task_id and at least one update field. Custom fields supported as array of {id, value}. Supports assignees as array of user IDs, emails, usernames, or "me". Supports task_type to change the task type by name (e.g., 'Bug', 'Feature'), or null to...

Parameters* required
namestring
New name for the task.
statusstring
New status. Must be valid for the task's current list.
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
due_datevalue
To set a due date, you MUST pass the date as a string value in YYYY-MM-DD format (e.g., '2025-12-31') or YYYY-MM-DD HH:MM format (e.g., '2025-12-31 14:30'). IMPORTANT: Always pass the actual date string, never null, when setting a date. Only pass null if you explicitly want to remove/clear an existing due date. Omit this field entirely to leave the due date unchanged.
priorityvalue
To set a priority, you MUST pass one of: 'urgent', 'high', 'normal', 'low'. IMPORTANT: Always pass the actual priority value, never null, when setting priority. Only pass null if you explicitly want to remove/clear an existing priority. Omit this field entirely to leave the priority unchanged.
assigneesarray
Array of assignee user IDs. Use clickup_resolve_assignees to convert emails, usernames, or "me" to user IDs if needed.
task_typestring
To change the task type, you MUST pass the type name as a string (e.g., 'Bug', 'Feature', 'Milestone'). The type must exist in the workspace. IMPORTANT: Always pass the actual type name, never null, when changing the type. Only pass null if you explicitly want to revert to the default 'Task' type. Omit this field entirely to leave the task type unchanged.
start_datevalue
To set a start date, you MUST pass the date as a string value in YYYY-MM-DD format (e.g., '2025-01-01') or YYYY-MM-DD HH:MM format (e.g., '2025-01-01 09:00'). IMPORTANT: Always pass the actual date string, never null, when setting a date. Only pass null if you explicitly want to remove/clear an existing start date. Omit this field entirely to leave the start date unchanged.
descriptionstring
New plain text description. Will be ignored if markdown_description is provided.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
custom_fieldsarray
Array of custom field values to set on the task. Each object must have an 'id' and 'value' property.
time_estimatestring
Time estimate for the task. For best compatibility with the ClickUp API, use a numeric value in minutes (e.g., '150' for 2h 30m)
markdown_descriptionstring
New markdown description. Takes precedence over plain text description.
clickup_delete_taskDelete a task from your Workspace by task_id. Works with regular and custom IDs (e.g. 'DEV-1234'). IMPORTANT: before running this tool, ALWAYS confirm with the user the correct task_id to delete.2 params

Delete a task from your Workspace by task_id. Works with regular and custom IDs (e.g. 'DEV-1234'). IMPORTANT: before running this tool, ALWAYS confirm with the user the correct task_id to delete.

Parameters* required
task_idstring
ID of task to delete. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_move_taskMove a task to a new home list. The task is removed from its current home list and placed in the destination list. Requires task_id and list_id. Works with regular and custom task IDs (e.g. 'DEV-1234'). Use clickup_get_list to resolve list names to IDs.3 params

Move a task to a new home list. The task is removed from its current home list and placed in the destination list. Requires task_id and list_id. Works with regular and custom task IDs (e.g. 'DEV-1234'). Use clickup_get_list to resolve list names to IDs.

Parameters* required
list_idstring
ID of the destination list to move the task into. Use clickup_get_list to find the list ID from a list name if needed.
task_idstring
ID of the task to move. Works with regular and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_add_task_to_listAdd a task to an additional list without removing it from its current home list. Requires the Tasks in Multiple Lists ClickApp to be enabled. Requires task_id and list_id. Use clickup_get_list to resolve list names to IDs.3 params

Add a task to an additional list without removing it from its current home list. Requires the Tasks in Multiple Lists ClickApp to be enabled. Requires task_id and list_id. Use clickup_get_list to resolve list names to IDs.

Parameters* required
list_idstring
ID of the additional list to add the task to. The task remains in its original list. Use clickup_get_list to find the list ID from a list name if needed.
task_idstring
ID of the task to add. Works with regular and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_remove_task_from_listRemove a task from an additional list. The task remains in its home list and any other lists it belongs to. Cannot remove a task from its home list. Requires the Tasks in Multiple Lists ClickApp to be enabled. Requires task_id and list_id.3 params

Remove a task from an additional list. The task remains in its home list and any other lists it belongs to. Cannot remove a task from its home list. Requires the Tasks in Multiple Lists ClickApp to be enabled. Requires task_id and list_id.

Parameters* required
list_idstring
ID of the additional list to remove the task from. Use clickup_get_list to find the list ID from a list name if needed.
task_idstring
ID of the task to remove from the additional list. Works with regular and custom IDs (like 'DEV-1234'). Note: a task cannot be removed from its home list.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_task_commentsGet task comments. Each comment includes reply_count indicating the number of threaded replies. Use clickup_get_threaded_comments to fetch replies for comments with reply_count > 0. Use start/start_id params for pagination.4 params

Get task comments. Each comment includes reply_count indicating the number of threaded replies. Use clickup_get_threaded_comments to fetch replies for comments with reply_count > 0. Use start/start_id params for pagination.

Parameters* required
startnumber
Timestamp (in milliseconds) to start retrieving comments from. Used for pagination.
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
start_idstring
Comment ID to start from. Used together with start for pagination.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_create_task_commentCreate task comment. Requires task_id and comment_text. Supports notify_all to alert assignees and assignee to assign the comment.5 params

Create task comment. Requires task_id and comment_text. Supports notify_all to alert assignees and assignee to assign the comment.

Parameters* required
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
assigneenumber
User ID to assign the comment to. Use clickup_resolve_assignees to convert email, username, or "me" to user ID if needed.
notify_allboolean
Whether to notify all assignees. Default is false.
comment_textstring
Text content of the comment to create.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_threaded_commentsGet threaded replies for a comment. Use clickup_get_task_comments first to find comments with reply_count > 0, then use this tool with the comment_id to fetch the thread replies.2 params

Get threaded replies for a comment. Use clickup_get_task_comments first to find comments with reply_count > 0, then use this tool with the comment_id to fetch the thread replies.

Parameters* required
comment_idstring
ID of the parent comment to get threaded replies for.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_attach_task_fileAttach file to task. Requires task_id. File sources: 1) base64 + filename, 2) URL (http/https).6 params

Attach file to task. Requires task_id. File sources: 1) base64 + filename, 2) URL (http/https).

Parameters* required
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
file_urlstring
URL to download the file from (must start with http:// or https://).
file_datastring
Base64-encoded content of the file (without the data URL prefix).
file_namestring
Name of the file to be attached (include the extension). Required when using file_data.
auth_headerstring
Authorization header to use when downloading from the web URL.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_task_time_entriesGet all time entries for a task with filtering options. Returns all tracked time with user info, descriptions, tags, start/end times, and durations.5 params

Get all time entries for a task with filtering options. Returns all tracked time with user info, descriptions, tags, start/end times, and durations.

Parameters* required
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
end_datestring
End date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format
start_datestring
Start date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format
is_billableboolean
Filter by billable status. Set to true to get only billable time entries, false for non-billable entries. Omit to get all entries regardless of billable status.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_start_time_trackingStart 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.5 params

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.

Parameters* required
tagsarray
Array of tag names to assign to the time entry.
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
billableboolean
Whether this time is billable. Default is workspace setting.
descriptionstring
Description for the time entry. Keep short and simple, or omit for best compatibility.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_stop_time_trackingStop the currently running time tracker. Supports description and tags. Returns the completed time entry details.3 params

Stop the currently running time tracker. Supports description and tags. Returns the completed time entry details.

Parameters* required
tagsarray
Array of tag names to assign to the time entry.
descriptionstring
Description to update or add to the time entry.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_add_time_entryAdd 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.8 params

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.

Parameters* required
tagsarray
Array of tag names to assign to the time entry.
startstring
Start time in YYYY-MM-DD HH:MM format (e.g., '2025-01-15 09:30'). Time is required for time tracking entries.
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
billableboolean
Whether this time is billable. Default is workspace setting.
durationstring
Duration of the time entry. Format as 'Xh Ym' (e.g., '1h 30m') or just minutes (e.g., '90m'). Either duration or end_time is required.
end_timestring
End time in YYYY-MM-DD HH:MM format (e.g., '2025-01-15 11:00'). Time is required for time tracking entries.
descriptionstring
Description for the time entry. Keep short and simple, or omit for best compatibility.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_current_time_entryGet the currently running time entry, if any. No parameters needed.1 params

Get the currently running time entry, if any. No parameters needed.

Parameters* required
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_time_entriesGet time entries across all tasks within a date range for reporting purposes. Unlike get_task_time_entries which requires a task_id, this tool queries the entire workspace and is ideal for generating time tracking reports (e.g., 'how much time was tracked last month', 'billabl...5 params

Get time entries across all tasks within a date range for reporting purposes. Unlike get_task_time_entries which requires a task_id, this tool queries the entire workspace and is ideal for generating time tracking reports (e.g., 'how much time was tracked last month', 'billabl...

Parameters* required
end_datestring
End date for the reporting period in YYYY-MM-DD or YYYY-MM-DD HH:MM format (e.g., '2025-01-31' or '2025-01-31 17:00')
start_datestring
Start date for the reporting period in YYYY-MM-DD or YYYY-MM-DD HH:MM format (e.g., '2025-01-01' or '2025-01-01 09:00')
assignee_idnumber
User ID to filter time entries by assignee. Use clickup_resolve_assignees to convert email, username, or 'me' to user ID if needed.
is_billableboolean
Filter by billable status. Set to true for only billable entries, false for non-billable. Omit to get all entries.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_task_time_in_statusGet 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.2 params

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.

Parameters* required
task_idstring
The ID of the task (supports both regular and custom task IDs)
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_bulk_tasks_time_in_statusGet 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.2 params

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.

Parameters* required
task_idsarray
Array of task IDs to get time in status for (1-100 tasks)
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_create_listCreate a list in a ClickUp space efficiently. The system automatically detects workspace ID and resolves space names. Use space_name (preferred for simplicity) or space_id + list name. Name is required. For lists in folders, use clickup_create_list_in_folder. Supports content,...9 params

Create a list in a ClickUp space efficiently. The system automatically detects workspace ID and resolves space names. Use space_name (preferred for simplicity) or space_id + list name. Name is required. For lists in folders, use clickup_create_list_in_folder. Supports content,...

Parameters* required
namestring
Name of the list.
statusstring
Status of the list.
contentstring
Description or content of the list.
assigneenumber
User ID to assign the list to. Use clickup_resolve_assignees to convert email, username, or "me" to user ID if needed.
due_datestring
Due date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format
prioritystring
Priority value: 'urgent', 'high', 'normal', or 'low'.one of urgent · high · normal · low
space_idstring
ID of the space to create the list in. Provide this instead of space_name if you already have the ID.
space_namestring
Name of the space to create the list in. Alternative to space_id; one of them must be provided.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_create_list_in_folderCreate 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.5 params

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.

Parameters* required
namestring
Name of the list.
statusstring
Status of the list (uses folder default if not specified).
contentstring
Description or content of the list.
folder_idstring
ID of the folder to create the list in.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_listGet details of a ClickUp list by ID or name. Use this tool to lookup a list ID from a list name before calling other list operations. Returns list details including id, name, content, and space info. Accepts either list_id or list_name.3 params

Get details of a ClickUp list by ID or name. Use this tool to lookup a list ID from a list name before calling other list operations. Returns list details including id, name, content, and space info. Accepts either list_id or list_name.

Parameters* required
list_idstring
ID of the list to retrieve.
list_namestring
Name of the list to retrieve. The tool will search for a list with this name.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_update_listUpdate 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.5 params

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.

Parameters* required
namestring
New name for the list.
statusstring
New status for the list.
contentstring
New description or content for the list.
list_idstring
ID of the list to update.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_create_folderCreate 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.5 params

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.

Parameters* required
namestring
Name of the folder.
space_idstring
ID of the space to create the folder in (preferred). Provide this instead of space_name if you already have it.
space_namestring
Name of the space to create the folder in. Use this when space_id is not available.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
override_statusesboolean
Whether to override space statuses with folder-specific statuses.
clickup_get_folderGet details of a ClickUp folder by ID or name. Use this tool to lookup a folder ID from a folder name before calling other folder operations. Returns folder details including id, name, and space info. Accepts either folder_id or folder_name + space info.5 params

Get details of a ClickUp folder by ID or name. Use this tool to lookup a folder ID from a folder name before calling other folder operations. Returns folder details including id, name, and space info. Accepts either folder_id or folder_name + space info.

Parameters* required
space_idstring
ID of the space containing the folder (required with folder_name).
folder_idstring
ID of the folder to retrieve.
space_namestring
Name of the space containing the folder (required with folder_name).
folder_namestring
Name of the folder to retrieve. When using this, you must also provide space_id or space_name.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_update_folderUpdate 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.4 params

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.

Parameters* required
namestring
New name for the folder.
folder_idstring
ID of the folder to update.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
override_statusesboolean
Whether to override space statuses with folder-specific statuses.
clickup_add_tag_to_taskAdd existing tag to task. Tag must exist in space. Note: Will fail if tag doesn't exist.3 params

Add existing tag to task. Tag must exist in space. Note: Will fail if tag doesn't exist.

Parameters* required
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
tag_namestring
Name of the tag to add to the task. The tag must already exist in the space.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_remove_tag_from_taskRemove tag from task. Only removes tag-task association, tag remains in space.3 params

Remove tag from task. Only removes tag-task association, tag remains in space.

Parameters* required
task_idstring
ID of task. Works with both regular task IDs and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
tag_namestring
Name of the tag to remove from the task.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_add_task_dependencySet a dependency between two tasks. Use 'waiting_on' when task_id cannot start until depends_on is done, or 'blocking' when task_id is blocking depends_on.4 params

Set a dependency between two tasks. Use 'waiting_on' when task_id cannot start until depends_on is done, or 'blocking' when task_id is blocking depends_on.

Parameters* required
typestring
Type of dependency to add: 'waiting_on' or 'blocking'.one of waiting_on · blocking
task_idstring
ID of the task to set the dependency on. Works with regular and custom IDs (like 'DEV-1234'). Use clickup_search to find task ID by name if needed.
depends_onstring
ID of the task that task_id depends on or is blocking. Works with regular and custom IDs.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_remove_task_dependencyRemove a dependency between two tasks.4 params

Remove a dependency between two tasks.

Parameters* required
typestring
Type of dependency to remove: 'waiting_on' or 'blocking'.one of waiting_on · blocking
task_idstring
ID of the task to remove the dependency from.
depends_onstring
ID of the task that was in the dependency relationship.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_add_task_linkLink two tasks together. Creates a bidirectional relationship between the tasks.3 params

Link two tasks together. Creates a bidirectional relationship between the tasks.

Parameters* required
task_idstring
ID of the task to link from. Works with regular and custom IDs (like 'DEV-1234').
links_tostring
ID of the task to link to. Works with regular and custom IDs.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_remove_task_linkRemove a link between two tasks.3 params

Remove a link between two tasks.

Parameters* required
task_idstring
ID of the task to remove the link from.
links_tostring
ID of the task that was linked to.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_workspace_membersGet all members (users) in the ClickUp workspace/team from your authenticated workspace. No parameters needed - workspace ID is automatically detected. Note: Most tools automatically resolve assignees by name or email without needing this lookup first. Use this ONLY when you n...1 params

Get all members (users) in the ClickUp workspace/team from your authenticated workspace. No parameters needed - workspace ID is automatically detected. Note: Most tools automatically resolve assignees by name or email without needing this lookup first. Use this ONLY when you n...

Parameters* required
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_find_member_by_nameGet a member in the ClickUp workspace by name or email. Returns the member object if found, or null if not found.2 params

Get a member in the ClickUp workspace by name or email. Returns the member object if found, or null if not found.

Parameters* required
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
name_or_emailstring
The name or email of the member to find.
clickup_resolve_assigneesResolve an array of assignee names, emails, or "me" to ClickUp user IDs. Use "me" to get the currently authenticated user's ID. Returns an array of user IDs, or null for any that cannot be resolved. Note: Most task tools automatically resolve assignees - use this only when you...2 params

Resolve an array of assignee names, emails, or "me" to ClickUp user IDs. Use "me" to get the currently authenticated user's ID. Returns an array of user IDs, or null for any that cannot be resolved. Note: Most task tools automatically resolve assignees - use this only when you...

Parameters* required
assigneesarray
Array of assignee names, emails, or "me" to resolve. Use "me" to refer to the currently authenticated user.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_chat_channelsGet chat channels in a workspace. Allows you to see available chat channels including their members, privacy settings, and creation details. Supports pagination using the cursor parameter.3 params

Get chat channels in a workspace. Allows you to see available chat channels including their members, privacy settings, and creation details. Supports pagination using the cursor parameter.

Parameters* required
limitnumber
Maximum number of channels to return (1-100).default: 100
cursorstring
Cursor for pagination. Use the next_cursor value from the previous response to fetch the next page of results.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_send_chat_messageSend a message to a specific chat channel in the workspace. Messages can be either simple messages or posts with additional metadata.10 params

Send a message to a specific chat channel in the workspace. Messages can be either simple messages or posts with additional metadata.

Parameters* required
typestring
Type of message to send.one of message · postdefault: message
contentstring
Message content to send (supports markdown).
assigneestring
User ID to assign the message to. Use clickup_resolve_assignees to convert email, username, or "me" to user ID if needed.
followersarray
Array of user IDs to add as followers of the message. Use clickup_resolve_assignees to convert emails, usernames, or "me" to user IDs if needed.
channel_idstring
ID of the chat channel to send the message to.
post_titlestring
Title for the post (required if type is 'post').
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
content_formatstring
Format of the message content.one of text/md · text/plaindefault: text/md
group_assigneestring
Group ID to assign the message to.
post_subtype_idstring
Subtype ID for the post (required if type is 'post').
clickup_get_chat_channel_messagesGet messages for a chat channel. Messages where has_replies=true have threaded replies fetchable via clickup_get_chat_message_replies. If you don't have the channel_id, use clickup_get_chat_channels first. Supports pagination.4 params

Get messages for a chat channel. Messages where has_replies=true have threaded replies fetchable via clickup_get_chat_message_replies. If you don't have the channel_id, use clickup_get_chat_channels first. Supports pagination.

Parameters* required
limitnumber
Maximum number of messages to return (1-100).default: 100
cursorstring
Cursor for pagination. Use the next_cursor value from the previous response to fetch the next page of results.
channel_idstring
ID of the chat channel to get messages from.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_chat_message_repliesGet threaded replies for a chat message. Only messages where has_replies=true have replies. If you don't have the message_id, use clickup_get_chat_channel_messages first. Supports pagination.4 params

Get threaded replies for a chat message. Only messages where has_replies=true have replies. If you don't have the message_id, use clickup_get_chat_channel_messages first. Supports pagination.

Parameters* required
limitnumber
Maximum number of replies to return (1-100).default: 100
cursorstring
Cursor for pagination. Use the next_cursor value from the previous response to fetch the next page of results.
message_idstring
ID of the chat message to get replies from.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_create_reminderCreate 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).4 params

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).

Parameters* required
titlestring
Title for the reminder. Ask the user what they want to be reminded about.
due_datestring
Due date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format (e.g., '2025-12-31' or '2025-12-31 14:30'). Uses your user timezone.
descriptionstring
Optional description with additional details for the reminder.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_search_remindersSearch and list reminders in your ClickUp workspace. Returns reminders for the authenticated user with various filtering options. Use this tool when you need to: - Find all your upcoming or overdue reminders - Check reminder status and due dates - Filter reminders by type (ASS...8 params

Search and list reminders in your ClickUp workspace. Returns reminders for the authenticated user with various filtering options. Use this tool when you need to: - Find all your upcoming or overdue reminders - Check reminder status and due dates - Filter reminders by type (ASS...

Parameters* required
limitnumber
Maximum number of reminders to return per page (default: 25, max: 100)
sincestring
Filter reminders updated since this date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format (e.g., '2025-01-01' or '2025-01-01 09:00')
cursorstring
Cursor for pagination. Use the next_cursor value from the previous response to fetch the next page of results
is_overdueboolean
Filter to show only overdue reminders
is_completedboolean
Filter to show only completed or incomplete reminders
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
reminder_typestring
Filter by type of reminder (ASSIGNED_COMMENT, UNANSWERED_MENTION, APPROVAL, SAVED, REMINDER)one of ASSIGNED_COMMENT · UNANSWERED_MENTION · APPROVAL · SAVED · REMINDER
due_date_statusstring
Filter reminders by due date status (TODO, LATER, DELETED)one of TODO · LATER · DELETED
clickup_update_reminderUpdate an existing reminder in your ClickUp workspace. Requires the reminder_id. All other fields are optional - only provide the fields you want to update. Use this tool to: - Change the title or description of a reminder - Update the due date (in YYYY-MM-DD or YYYY-MM-DD HH:...6 params

Update an existing reminder in your ClickUp workspace. Requires the reminder_id. All other fields are optional - only provide the fields you want to update. Use this tool to: - Change the title or description of a reminder - Update the due date (in YYYY-MM-DD or YYYY-MM-DD HH:...

Parameters* required
titlestring
New title for the reminder.
due_datestring
New due date in YYYY-MM-DD format or date-time in YYYY-MM-DD HH:MM format (e.g., '2025-12-31' or '2025-12-31 14:30'). Uses your user timezone.
descriptionstring
New description for the reminder.
reminder_idstring
The unique identifier (KSUID) of the reminder to update.
is_completedboolean
Set to true to mark the reminder as completed, false to mark as incomplete.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_get_custom_fieldsGet 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.5 params

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.

Parameters* required
list_idstring
List ID. Returns custom fields defined on this list.
space_idstring
Space ID. Returns custom fields defined on this space.
folder_idstring
Folder ID. Returns custom fields defined on this folder.
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
include_workspaceboolean
If true, returns workspace-level custom fields.
clickup_create_documentCreate a document in a ClickUp space, folder, or list. Requires name, parent info, visibility and create_page flag.5 params

Create a document in a ClickUp space, folder, or list. Requires name, parent info, visibility and create_page flag.

Parameters* required
namestring
Name and Title of the document
parentobject
Parent container information
visibilitystring
Document visibility settingone of PUBLIC · PRIVATE · PERSONAL · HIDDEN
create_pageboolean
Whether to create an initial blank page
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
clickup_list_document_pagesGet all pages in a document with optional depth control.3 params

Get all pages in a document with optional depth control.

Parameters* required
document_idstring
ID of the document to list pages from
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
max_page_depthnumber
Maximum depth of pages to retrieve (-1 for unlimited)
clickup_get_document_pagesGet the content of specific pages from a document.4 params

Get the content of specific pages from a document.

Parameters* required
page_idsarray
Array of page IDs to retrieve
document_idstring
ID of the document to get pages from
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
content_formatstring
Format of the content to retrieveone of text/md · text/html
clickup_create_document_pageCreate a new page in a ClickUp document.7 params

Create a new page in a ClickUp document.

Parameters* required
namestring
Name and title of the page
contentstring
Content of the page
sub_titlestring
Subtitle of the page
document_idstring
ID of the document to create the page in
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
content_formatstring
The format of the page contentone of text/md · text/plaindefault: text/md
parent_page_idstring
ID of the parent page (if this is a sub-page)
clickup_update_document_pageUpdate an existing page in a ClickUp document. WARNING: When content is provided, it fully REPLACES the existing page content. To preserve existing content, first read the page, then include the original content along with your changes.7 params

Update an existing page in a ClickUp document. WARNING: When content is provided, it fully REPLACES the existing page content. To preserve existing content, first read the page, then include the original content along with your changes.

Parameters* required
namestring
New name for the page
contentstring
New content that will REPLACE the entire existing page content
page_idstring
ID of the page to update
sub_titlestring
New subtitle for the page
document_idstring
ID of the document containing the page
workspace_idstring
The unique identifier for the ClickUp workspace. When not provided, this will be automatically populated with your authenticated workspace ID. Only provide this parameter to override the detected workspace. You can find your Workspace ID in the URL when in your workspace (format: 'xxxxxxxx' in 'https://app.clickup.com/xxxxxxxx/home').
content_formatstring
The format of the page contentone of text/md · text/plaindefault: text/md

mcp-clickup

ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "clickup": {
      "url": "https://gateway.pipeworx.io/clickup/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Clickup data" })

The gateway picks the right tool and fills the arguments automatically.

More

  • All tools and guides
  • pipeworx.io

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Productivity & Office
Registryactive
TransportHTTP
UpdatedApr 22, 2026
View on GitHub

Related Productivity & Office MCP Servers

View all →
Office PowerPoint

gongrzhe/office-powerpoint-mcp-server

A MCP (Model Context Protocol) server for PowerPoint manipulation using python-pptx. This server provides tools for creating, editing, and manipulating PowerPoint presentations through the MCP protocol.
1.7k
Office-Word-MCP-Server

gongrzhe/office-word-mcp-server

Exposes Word document operations via MCP to create, edit, format, and analyze documents programmatically.
2k
Microsoft Office

io.github.mindstone/mcp-server-office

Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
8
Todoist

greirson/mcp-todoist

MCP server that connects Claude to Todoist for natural language task and project management with bulk operations
240
Mcp Apple Notes

henilcalagiya/mcp-apple-notes

MCP server for Apple Notes integration using AppleScript with full CRUD operations
51
AnkiMCP Server

ankimcp/anki-mcp-server-addon

Anki addon that exposes your flashcard collection to AI assistants via a local MCP server.
50