Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/clickup

OCI · GHCR.IO/MCPARMORY/CLICKUP:1.0.4 · 2 COMPONENTS · SCANNED SEP 20

Manage tasks, lists, checklists, comments, and project workflows

−1 this week 48 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability67
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 25980 tokens (~193/item across 134 items; 134 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 26 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 134 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the com.mcparmory/clickup MCP server?

com.mcparmory/clickup runs locally as a container image, launched with docker run --rm -i ghcr.io/mcparmory/clickup:1.0.4. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/mcparmory/clickup:1.0.4

# add to Claude Code
claude mcp add com-mcparmory-clickup -- docker run --rm -i ghcr.io/mcparmory/clickup:1.0.4
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-clickup": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/clickup:1.0.4"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-clickup": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/clickup:1.0.4"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-clickup -- docker run --rm -i ghcr.io/mcparmory/clickup:1.0.4
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-clickup": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/clickup:1.0.4"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-clickup:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/mcparmory/clickup:1.0.4"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-clickup": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/clickup:1.0.4"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-clickup": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/clickup:1.0.4"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 10 Sept 26 0
    • Stability: 0.97 → pass security
  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/mcparmory/clickup:1.0.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 134 exposed · ~25,980 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_guest_to_folder ~144

Share a folder with a guest user by granting them a specific permission level. This endpoint is only available on the Enterprise Plan.

NameTypeReqDescription
folder_idnumberyesThe unique identifier of the folder to share with the guest.
guest_idnumberyesThe unique identifier of the guest user to whom folder access will be granted.
include_sharedbooleanWhether to include details of items already shared with the guest in the response. Set to false to exclude shared item details.
permission_levelstringyesThe access level granted to the guest for this folder. Accepted values are: read (view only), comment, edit, or create (full access).

No output schema declared.

No examples provided.

add_guest_to_list ~146

Share a List with a guest user by granting them a specific permission level. This endpoint is exclusively available to Workspaces on the Enterprise Plan.

NameTypeReqDescription
guest_idnumberyesThe unique identifier of the guest user to add to the List.
include_sharedbooleanWhether to include details of items already shared with the guest. Set to false to exclude shared item details; defaults to true.
list_idnumberyesThe unique identifier of the List to share with the guest.
permission_levelstringyesThe access level granted to the guest on this List. Accepted values are: read (view only), comment, edit, or create (full access).

No output schema declared.

No examples provided.

add_guest_to_task ~149

Share a task with a guest user by granting them a specific permission level. This endpoint is only available to Workspaces on the Enterprise Plan.

NameTypeReqDescription
guest_idnumberyesThe unique numeric identifier of the guest user to add to the task.
include_sharedbooleanWhether to include details of items shared with the guest in the response. Set to false to exclude shared item details; defaults to true.
permission_levelstringyesThe access level granted to the guest on this task. Accepted values are: read (view only), comment, edit, or create (full access).
task_idstringyesThe unique identifier of the task to share with the guest.

No output schema declared.

No examples provided.

add_list_comment ~136

Adds a comment to a specified List, optionally notifying the comment creator in addition to the standard assignees and watchers who are always notified.

NameTypeReqDescription
assigneeintegeryesThe user ID of the individual to assign to this comment.
comment_textstringyesThe text content of the comment to be posted on the List.
list_idnumberyesThe unique identifier of the List to which the comment will be added.
notify_allbooleanyesWhen set to true, the creator of the comment will also receive a notification. Assignees and watchers on the List are always notified regardless of this setting.

No output schema declared.

No examples provided.

add_tag_to_task ~170

Adds an existing tag to a specified task, associating it for organization and filtering purposes. Supports referencing tasks by custom task ID when the appropriate parameters are provided.

NameTypeReqDescription
Content-TypestringyesThe media type of the request body, which must indicate JSON format.
custom_task_idsbooleanSet to true to reference the task by its custom task ID instead of the default system-generated task ID.
tag_namestringyesThe name of the tag to add to the task. Must match an existing tag name exactly.
task_idstringyesThe unique identifier of the task to which the tag will be added.
team_idnumberThe Workspace ID required when using custom task IDs. Must be provided alongside custom_task_ids=true to correctly resolve the task.

No output schema declared.

No examples provided.

add_tags_to_time_entries ~129

Add one or more tags to a set of time entries in a workspace. Useful for bulk-labeling time entries for categorization or reporting purposes.

NameTypeReqDescription
tagsarrayyesList of tag names to attach to the specified time entries. Order is not significant; each item should be a tag name string.
team_idnumberyesThe unique identifier of the workspace containing the time entries.
time_entry_idsarrayyesList of time entry IDs to which the tags will be applied. Order is not significant; each ID should be a valid time entry identifier within the workspace.

No output schema declared.

No examples provided.

add_task_comment ~203

Add a new comment to a specified task, with options to assign the comment to a user or group and notify all relevant parties.

NameTypeReqDescription
assigneeintegerThe user ID of the individual to assign to this comment.
comment_textstringyesThe text content of the comment to be added to the task.
custom_task_idsbooleanSet to true if referencing the task by its custom task ID instead of the default system-generated ID.
group_assigneestringThe ID of the group to assign to this comment.
notify_allbooleanyesWhen true, the comment creator is also notified in addition to task assignees and watchers, who are always notified regardless of this setting.
task_idstringyesThe unique identifier of the task to which the comment will be added.
team_idnumberThe Workspace ID required when using custom task IDs. Must be provided alongside custom_task_ids=true.

No output schema declared.

No examples provided.

add_task_dependency ~244

Create a dependency relationship between two tasks, setting one task as waiting on or blocking another. Use `depends_on` to specify a task this task is waiting on, or `dependency_of` to specify a task this task is blocking.

NameTypeReqDescription
custom_task_idsbooleanSet to true to reference tasks by their custom task IDs instead of their default system-generated IDs. Requires `team_id` to also be provided.
dependency_ofstringThe ID of the task that the specified task (`task_id`) is blocking — i.e., the task that cannot proceed until `task_id` is completed.
depends_onstringThe ID of the task that the specified task (`task_id`) is waiting on — i.e., the task that must be completed before `task_id` can proceed.
task_idstringyesThe ID of the task for which the dependency relationship is being defined — either the task that is waiting on another task or the task that is blocking another task.
team_idnumberThe Workspace ID required when `custom_task_ids` is true, used to resolve custom task IDs within the correct Workspace scope.

No output schema declared.

No examples provided.

add_task_to_list ~87

Adds an existing task to an additional list, enabling the task to appear in multiple lists simultaneously. Requires the Tasks in Multiple Lists ClickApp to be enabled in the workspace.

NameTypeReqDescription
list_idnumberyesThe unique numeric identifier of the list to which the task will be added.
task_idstringyesThe unique string identifier of the task to add to the specified list.

No output schema declared.

No examples provided.

clear_task_custom_field_value ~138

Clears the stored value of a specific Custom Field on a task without deleting the Custom Field definition or its available options.

NameTypeReqDescription
custom_task_idsbooleanSet to true to reference the task by its custom task ID instead of the default ClickUp task ID.
field_idstringyesThe UUID of the Custom Field whose value should be removed from the task.
task_idstringyesThe unique identifier of the task from which the Custom Field value will be cleared.
team_idnumberThe Workspace ID (team_id) required when using custom task IDs; must be paired with custom_task_ids=true.

No output schema declared.

No examples provided.

create_chat_view_comment ~122

Adds a new comment to a specified Chat view. Optionally notifies the comment creator in addition to the assignees and watchers who are always notified.

NameTypeReqDescription
comment_textstringyesThe text content of the comment to post on the Chat view.
notify_allbooleanyesWhen set to true, the creator of the comment is also notified upon posting. Assignees and watchers on the view are always notified regardless of this setting.
view_idstringyesThe unique identifier of the Chat view to which the comment will be added.

No output schema declared.

No examples provided.

create_checklist ~121

Add a new named checklist to a specified task, allowing you to track subtasks or steps within that task.

NameTypeReqDescription
custom_task_idsbooleanSet to true if referencing the task by its custom task ID instead of the default system-generated task ID.
namestringyesThe display name for the new checklist.
task_idstringyesThe unique identifier of the task to which the checklist will be added.
team_idnumberThe Workspace ID required when using custom task IDs; must be provided alongside custom_task_ids=true.

No output schema declared.

No examples provided.

create_checklist_item ~94

Adds a new line item to an existing task checklist. Optionally assign the item to a specific user by their ID.

NameTypeReqDescription
assigneeintegerThe numeric user ID of the team member to assign this checklist item to.
checklist_idstringyesThe unique identifier of the checklist to which the new item will be added.
namestringThe display name or label for the checklist item.

No output schema declared.

No examples provided.

create_folder ~77

Creates a new folder within a specified Space to organize lists and tasks. Folders help structure your workspace hierarchy beneath a Space.

NameTypeReqDescription
namestringyesThe display name for the new folder, used to identify it within the Space.
space_idnumberyesThe unique identifier of the Space in which the new folder will be created.

No output schema declared.

No examples provided.

create_folder_from_template ~823

Create a new Folder within a Space using a predefined Folder template, optionally importing nested assets such as lists, tasks, subtasks, custom fields, and more. Supports both synchronous and asynchronous creation via the `return_immediately` parameter.

NameTypeReqDescription
archivedintegerControls whether archived tasks are included: 1 includes archived tasks, 2 includes only archived tasks, and null excludes archived tasks.
attachmentsbooleanWhen true, imports file attachments from template tasks.
automationbooleanWhen true, imports automation rules defined in the template.
commentbooleanWhen true, imports comments from template tasks.
comment_attachmentsbooleanWhen true, imports file attachments from task comments in the template.
contentstringOptional description text to apply to the new Folder.
custom_fieldsbooleanWhen true, imports Custom Field definitions and values from template tasks.
custom_typebooleanWhen true, imports custom task type definitions from the template.
due_datestringThe project due date used as the anchor point for remapping task dates from the template. Must be provided in ISO 8601 date-time format.
external_dependenciesbooleanWhen true, imports external task dependency relationships from the template.
include_viewsbooleanWhen true, imports view configurations defined in the template.
internal_dependenciesbooleanWhen true, imports internal task dependency relationships from the template.
namestringyesThe display name to assign to the newly created Folder.
old_assigneesbooleanWhen true, imports assignee assignments from template tasks.
old_checklistsbooleanWhen true, imports checklist items from template tasks.
old_due_datebooleanWhen true, imports the original due dates from template tasks.
old_followersbooleanWhen true, imports the watcher (follower) assignments from template tasks.
old_start_datebooleanWhen true, imports the original start dates from template tasks.
old_statusbooleanWhen true, imports the current status values of tasks from the template.
old_statusesbooleanWhen true, imports the status configuration (status types and workflow) from the template.
old_subtask_assigneesbooleanWhen true, imports both subtask structures and their assignee assignments together from the template.
old_tagsbooleanWhen true, imports tags assigned to tasks in the template.
prioritybooleanWhen true, imports priority levels assigned to tasks in the template.
recur_settingsbooleanWhen true, imports recurring task settings from the template.
relationshipsbooleanWhen true, imports task relationship links (e.g., linked tasks) from the template.
remap_start_datebooleanWhen true, recalculates and remaps task start dates relative to the provided project start or due date.
return_immediatelybooleanWhen true, returns the new Folder ID immediately after access checks without waiting for all nested assets to finish being created. When false, the request waits until the Folder and all its contents…
skip_weekendsbooleanWhen true, excludes Saturday and Sunday when calculating remapped task dates.
space_idstringyesThe unique identifier of the Space where the new Folder will be created.
start_datestringThe project start date used as the anchor point for remapping task dates from the template. Must be provided in ISO 8601 date-time format.
subtasksbooleanWhen true, imports subtask structures from the template tasks.
template_idstringyesThe unique identifier of the Folder template to apply, always prefixed with `t-`. Retrieve available template IDs using the Get Folder Templates endpoint.
time_estimatebooleanWhen true, imports time estimate data (hours, minutes, and seconds) from the template tasks.

No output schema declared.

No examples provided.

create_folder_view ~928

Create a new view (List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt) inside a specified Folder, with full control over grouping, sorting, filtering, and display settings.

NameTypeReqDescription
assigned_commentsbooleanyesWhen true, the view displays tasks that have comments assigned to users.
assigneesarrayyesAn array of assignee user IDs used to filter tasks shown in the view to only those assigned to the specified users.
collapse_empty_columnsstringControls whether empty columns are collapsed in the view. Provide the desired collapse behavior as a string value.
columnsFieldsarrayyesAn array of column field objects controlling which columns are visible in the view. Custom Fields must use the cf_ prefix and be formatted as a JSON object with the Custom Field ID.
divideCollapsedarrayyesAn array of divide group identifiers that should appear collapsed by default. Order is not significant; each item represents a divide group to collapse.
divideDirnullSort direction for the divide field. Set to null to disable divide sorting.
divideFieldnullThe field used to divide tasks within the view. Set to null to disable division.
filtersFieldsarrayyesAn array of filter field objects that restrict which tasks appear in the view. Refer to the ClickUp filter-views documentation for the full list of supported field identifiers.
folder_idnumberyesThe unique numeric identifier of the folder where the new view will be created.
groupingCollapsedarrayyesAn array of group identifiers that should appear collapsed by default in the view. Order is not significant; each item represents a group to collapse.
groupingDirintegeryesSort direction for the grouping field. Use 1 for ascending order (e.g., urgent priority at top) or -1 for descending order (e.g., no priority at top).
groupingFieldstringyesThe field by which tasks in the view are grouped. Accepted values are none, status, priority, assignee, tag, or dueDate.
ignorebooleanyesWhen true, certain default behaviors or notifications for this view are ignored. Consult ClickUp documentation for the specific behavior this flag suppresses.
me_checklistsbooleanyesWhen true, the view is filtered to show only tasks with checklists belonging to the currently authenticated user.
me_commentsbooleanyesWhen true, the view is filtered to show only tasks that have comments from the currently authenticated user.
me_subtasksbooleanyesWhen true, the view is filtered to show only subtasks assigned to or created by the currently authenticated user.
namestringyesThe display name for the new view.
opstringyesLogical operator applied to combine multiple filter conditions. Use AND to require all filters to match, or OR to require at least one filter to match.
searchstringyesA search string used to filter tasks displayed in the view by matching against task names or content.
show_assigneesbooleanyesWhen true, assignee avatars or names are shown on task cards within the view.
show_closedbooleanyesWhen true, closed tasks are included in the view alongside open tasks.
show_closed_subtasksbooleanyesWhen true, closed subtasks are included in the view.
show_imagesbooleanyesWhen true, image attachments are displayed inline on task cards within the view.
show_subtask_parent_namesbooleanyesWhen true, the parent task name is displayed alongside each subtask in the view for additional context.
show_subtasksintegeryesControls how subtasks are displayed. Use 1 to show subtasks separately, 2 to show them expanded inline, or 3 to show them collapsed inline.
show_task_locationsbooleanyesWhen true, the location (Space, Folder, List) of each task is shown within the view.
sortingFieldsarrayyesAn ordered array of field objects defining the sort sequence applied to tasks in the view. Supports the same fields available when filtering a view; earlier entries in the array take sort precedence.
typestringyesThe view type to create. Must be one of the supported layout types: list, board, calendar, table, timeline, workload, activity, map, conversation, or gantt.
unassigned_tasksbooleanyesWhen true, tasks with no assignee are included in the view.

No output schema declared.

No examples provided.

create_folderless_list ~259

Creates a new List directly within a Space, without placing it inside a Folder. Use this when you want a top-level List organization within the Space.

NameTypeReqDescription
assigneeintegerThe user ID of the member to assign as the owner of this List.
due_dateintegerThe due date for the List, expressed as a Unix timestamp in milliseconds.
due_date_timebooleanWhen set to true, the due date includes a specific time component; when false, only the date is considered.
markdown_contentstringDescription body for the List, formatted in Markdown. Use this field instead of `content` when rich text formatting is needed.
namestringyesThe display name for the new List.
priorityintegerThe priority level for the List, represented as an integer (e.g., 1 = Urgent, 2 = High, 3 = Normal, 4 = Low).
space_idnumberyesThe unique identifier of the Space in which the new List will be created.
statusstringSets the color of the List, which is referred to as its status. This is distinct from the task-level statuses available within the List.

No output schema declared.

No examples provided.

create_goal ~191

Creates a new Goal within a specified Workspace, allowing you to define objectives with ownership, due dates, and visual categorization.

NameTypeReqDescription
colorstringyesA color used to visually identify the Goal in the UI, specified as a hex color code.
descriptionstringyesA detailed description providing context or additional information about the Goal.
due_dateintegeryesThe deadline for the Goal expressed as a Unix timestamp in milliseconds.
multiple_ownersbooleanyesSet to true to allow multiple users to own this Goal simultaneously, or false to restrict to a single owner.
namestringyesThe display name of the Goal.
ownersarrayyesList of user IDs assigned as owners of the Goal. Order is not significant; each item should be a valid integer user ID.
team_idnumberyesThe unique identifier of the Workspace where the Goal will be created.

No output schema declared.

No examples provided.

create_key_result ~327

Create a new key result (target) within a specified goal to define measurable outcomes. Supports multiple target types including numeric, currency, boolean, percentage, and automatic tracking.

NameTypeReqDescription
goal_idstringyesThe unique identifier of the goal to which this key result will be added.
list_idsarrayyesAn array of List IDs to link with this key result, allowing progress to be tracked automatically based on list task completion. Order is not significant.
namestringyesThe display name of the key result that describes the measurable target.
ownersarrayyesAn array of user IDs representing the owners responsible for this key result. Order is not significant.
steps_endintegeryesThe ending value of the target range, representing the goal completion threshold.
steps_startintegeryesThe starting value of the target range, representing the baseline or initial progress point.
task_idsarrayyesAn array of task IDs to link with this key result, allowing progress to be tracked automatically based on task completion. Order is not significant.
typestringyesThe measurement type for this key result. Valid values are: `number` (numeric count), `currency` (monetary value), `boolean` (true/false completion), `percentage` (0–100 scale), or `automatic` (deriv…
unitstringyesThe unit label associated with the key result value (e.g., a currency code or custom unit name), applicable when the type is `number` or `currency`.

No output schema declared.

No examples provided.

create_list ~252

Creates a new List inside a specified Folder, allowing you to organize tasks with optional metadata such as due dates, priority, assignee, and a color status.

NameTypeReqDescription
assigneeintegerThe user ID of the member to assign as the owner of this List.
due_dateintegerThe due date for the List, expressed as a Unix timestamp in milliseconds.
due_date_timebooleanWhen set to true, the due date includes a specific time component; when false, only the date is considered.
folder_idnumberyesThe unique identifier of the Folder in which the new List will be created.
markdown_contentstringOptional description for the List, formatted using Markdown. Use this field instead of a plain-text content field to apply rich formatting.
namestringyesThe display name for the new List.
priorityintegerThe priority level for the List, represented as an integer (e.g., 1 = urgent, 2 = high, 3 = normal, 4 = low).
statusstringThe color status of the List, which represents a visual label rather than task-level statuses defined within the List.

No output schema declared.

No examples provided.

create_list_from_template ~785

Create a new List within a Space using an existing List template, importing selected task properties such as assignees, due dates, custom fields, and more. Supports both synchronous and asynchronous creation via the `return_immediately` parameter.

NameTypeReqDescription
archivedintegerControls inclusion of archived tasks: use 1 to include archived tasks, 2 to include only archived tasks, or omit for no archived tasks.
attachmentsbooleanWhether to import file attachments from the template's tasks.
automationbooleanWhether to import automation rules defined in the template.
commentbooleanWhether to import comments from the template's tasks.
comment_attachmentsbooleanWhether to import comment attachments from the template's tasks.
contentstringOptional description or body text for the new List.
custom_fieldsbooleanWhether to import Custom Field definitions and values from the template's tasks.
custom_typebooleanWhether to import custom task type definitions from the template's tasks.
due_datestringThe project due date used as the anchor point when remapping task dates, provided in ISO 8601 date-time format.
external_dependenciesbooleanWhether to import external task dependencies from the template's tasks.
include_viewsbooleanWhether to import views configured in the template.
internal_dependenciesbooleanWhether to import internal task dependencies from the template's tasks.
namestringyesThe display name to assign to the newly created List.
old_assigneesbooleanWhether to import assignees from the template's tasks.
old_checklistsbooleanWhether to import checklists from the template's tasks.
old_due_datebooleanWhether to import due dates from the template's tasks.
old_followersbooleanWhether to import watchers (followers) from the template's tasks.
old_start_datebooleanWhether to import start dates from the template's tasks.
old_statusbooleanWhether to import the current status values of the template's tasks.
old_statusesbooleanWhether to import status configuration settings from the template's tasks.
old_subtask_assigneesbooleanWhether to import assignees on subtasks from the template's tasks.
old_tagsbooleanWhether to import tags from the template's tasks.
prioritybooleanWhether to import priority settings from the template's tasks.
recur_settingsbooleanWhether to import recurring task settings from the template's tasks.
relationshipsbooleanWhether to import task relationship links from the template's tasks.
remap_start_datebooleanWhether to remap task start dates relative to the new project start date.
return_immediatelybooleanWhen true, returns the new object ID immediately after access checks without waiting for all nested assets to finish being created. When false, the request waits until the List and all its contents a…
skip_weekendsbooleanWhether to skip weekend days when calculating remapped task dates.
space_idstringyesThe unique identifier of the Space where the new List will be created.
start_datestringThe project start date used as the anchor point when remapping task dates, provided in ISO 8601 date-time format.
subtasksbooleanWhether to import subtasks from the template's tasks.
template_idstringyesThe unique identifier of the List template to apply, always prefixed with `t-`. Retrieve available template IDs using the Get List Templates endpoint.
time_estimatenumberWhether to import time estimate values (hours, minutes, and seconds) from the template's tasks.

No output schema declared.

No examples provided.

create_list_from_template_in_folder ~852

Create a new List inside a specified Folder using an existing List template, optionally controlling which task properties (assignees, due dates, custom fields, etc.) are imported from the template. By default the request returns immediately with the future List ID, though the List and its nested objects may still be generating in the background.

NameTypeReqDescription
archivedintegerControls inclusion of archived tasks from the template: 1 includes archived tasks, 2 excludes them. Omit to use the default behavior.
attachmentsbooleanWhether to import file attachments from the template's tasks.
automationbooleanWhether to import automation rules defined in the template.
commentbooleanWhether to import comments from the template's tasks.
comment_attachmentsbooleanWhether to import file attachments that are embedded in task comments from the template.
contentstringOptional description or body text for the new List.
custom_fieldsbooleanWhether to import Custom Field definitions and values from the template's tasks.
custom_typebooleanWhether to import custom task type definitions from the template's tasks.
due_datestringThe project due date used as the anchor when remapping task dates from the template. Must be an ISO 8601 date-time string.
external_dependenciesbooleanWhether to import external dependency links from the template's tasks.
folder_idstringyesThe ID of the Folder in which the new List will be created.
include_viewsbooleanWhether to import view configurations (e.g., Board, Calendar) from the template.
internal_dependenciesbooleanWhether to import internal dependency links between tasks from the template.
namestringyesThe display name to assign to the newly created List.
old_assigneesbooleanWhether to import assignee assignments from the template's tasks.
old_checklistsbooleanWhether to import checklist items from the template's tasks.
old_due_datebooleanWhether to import the original due dates from the template's tasks.
old_followersbooleanWhether to import the watcher (follower) assignments from the template's tasks.
old_start_datebooleanWhether to import the original start dates from the template's tasks.
old_statusbooleanWhether to import the current status values set on the template's tasks.
old_statusesbooleanWhether to import the status configuration (status columns/workflow) from the template.
old_subtask_assigneesbooleanWhether to import assignees on subtasks from the template's tasks.
old_tagsbooleanWhether to import tags from the template's tasks.
prioritybooleanWhether to import priority levels from the template's tasks.
recur_settingsbooleanWhether to import recurring task settings from the template's tasks.
relationshipsbooleanWhether to import task relationship links (e.g., blocked by, related to) from the template.
remap_start_datebooleanWhether to remap task start dates relative to the new project start date provided in 'start_date'.
return_immediatelybooleanWhen true (default), the new List's ID is returned immediately before all nested template objects are fully created. When false, the request waits until the List and all sub-objects are fully applied…
skip_weekendsbooleanWhether to skip weekend days (Saturday and Sunday) when calculating remapped task dates.
start_datestringThe project start date used as the anchor when remapping task dates from the template. Must be an ISO 8601 date-time string.
subtasksbooleanWhether to import subtasks from the template's tasks.
template_idstringyesThe ID of the List template to apply. Template IDs include a 't-' prefix. Retrieve available template IDs using the Get List Templates endpoint.
time_estimatenumberWhether to import time estimate values (hours, minutes, and seconds) from the template's tasks.

No output schema declared.

No examples provided.

create_list_view ~837

Create a new view (List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt) within a specified List, configuring grouping, sorting, filtering, and display options.

NameTypeReqDescription
assigned_commentsbooleanyesWhen true, the view displays comments that have been assigned to users.
assigneesarrayyesAn array of assignee identifiers used to filter the view to tasks assigned to specific users.
collapse_empty_columnsstringControls whether empty columns are collapsed in the view, reducing visual clutter.
columnsFieldsarrayyesAn array of column field definitions to display in the view. Custom Fields must use the 'cf_' prefix and be formatted as a JSON object with the Custom Field ID.
divideCollapsedarrayyesAn array of divide-group identifiers that should be rendered in a collapsed state by default in the view.
divideDirnullThe sort direction for the divide field. Set to null to disable.
divideFieldnullThe field used to divide tasks within the view. Set to null to disable division.
filtersFieldsarrayyesAn array of filter field definitions to apply to the view, limiting which tasks are displayed. Refer to the filter-views documentation for available fields.
groupingCollapsedarrayyesAn array of group identifiers that should be rendered in a collapsed state by default in the view.
groupingDirintegeryesThe sort direction for groups. Use 1 for ascending order (e.g., urgent priority at top) or -1 for descending order (e.g., no priority at top).
groupingFieldstringyesThe field by which tasks in the view are grouped. Use 'none' to disable grouping.
ignorebooleanyesWhen true, certain default behaviors or inherited settings are ignored when creating the view.
list_idnumberyesThe unique identifier of the List in which to create the new view.
me_checklistsbooleanyesWhen true, the view is filtered to show only tasks that have checklist items assigned to the current user.
me_commentsbooleanyesWhen true, the view is filtered to show only tasks that have comments from the current user.
me_subtasksbooleanyesWhen true, the view is filtered to show only tasks that have subtasks assigned to or created by the current user.
namestringyesThe display name for the new view.
opstringyesThe logical operator used to combine multiple filter conditions. Use 'AND' to require all conditions, or 'OR' to require any condition.
searchstringyesA search string used to filter tasks displayed in the view by matching text content.
show_assigneesbooleanyesWhen true, assignee avatars or names are shown on task cards or rows within the view.
show_closedbooleanyesWhen true, closed tasks are included in the view alongside open tasks.
show_closed_subtasksbooleanyesWhen true, closed subtasks are included in the view.
show_imagesbooleanyesWhen true, image attachments are previewed directly on task cards or rows within the view.
show_subtask_parent_namesbooleanyesWhen true, the parent task name is displayed alongside each subtask in the view.
show_subtasksintegeryesControls how subtasks are displayed. Use 1 to show subtasks separately, 2 to show them expanded inline, or 3 to show them collapsed inline.
show_task_locationsbooleanyesWhen true, the location (Space, Folder, List) of each task is shown within the view.
sortingFieldsarrayyesAn ordered array of field definitions specifying which fields to sort by and in what direction. Supports the same fields available when filtering a view.
typestringyesThe view type to create. Determines the visual layout and available features for the view.
unassigned_tasksbooleanyesWhen true, tasks with no assignee are included in the view.

No output schema declared.

No examples provided.

create_space ~364

Creates a new Space within a specified Workspace, allowing configuration of its name, assignee settings, and feature toggles such as due dates, time tracking, tags, and dependencies.

NameTypeReqDescription
checklistsEnabledbooleanyesWhether checklists are enabled for tasks in this Space.
custom_fieldsEnabledbooleanyesWhether custom fields are enabled for tasks in this Space.
dependency_warningEnabledbooleanyesWhether a warning is shown when a task has unresolved dependencies in this Space.
due_datesEnabledbooleanyesWhether the due dates feature is enabled for tasks in this Space.
multiple_assigneesbooleanyesWhether tasks in this Space can be assigned to more than one user simultaneously.
namestringyesThe display name for the new Space.
portfoliosEnabledbooleanyesWhether the Portfolios feature is enabled for this Space.
remap_closed_due_datebooleanyesWhether due dates on closed tasks are remapped when rescheduling dependent tasks in this Space.
remap_dependenciesEnabledbooleanyesWhether dependency dates are automatically remapped when a dependent task's date changes in this Space.
remap_due_datesbooleanyesWhether due dates are automatically remapped for dependent tasks when a parent task's due date changes.
start_datebooleanyesWhether start dates are enabled for tasks in this Space.
tagsEnabledbooleanyesWhether tags are enabled for tasks in this Space.
team_idnumberyesThe unique identifier of the Workspace (team) in which the new Space will be created.
time_estimatesEnabledbooleanyesWhether time estimates are enabled for tasks in this Space.
time_trackingEnabledbooleanyesWhether time tracking is enabled for tasks in this Space.

No output schema declared.

No examples provided.

create_space_tag ~118

Creates a new tag in the specified Space, allowing tasks within that Space to be categorized and labeled with custom colors.

NameTypeReqDescription
namestringyesThe display name of the tag as it will appear throughout the Space.
space_idnumberyesThe unique identifier of the Space where the new tag will be created.
tag_bgstringyesThe background color of the tag, specified as a hex color code.
tag_fgstringyesThe foreground (text) color of the tag, specified as a hex color code.

No output schema declared.

No examples provided.

create_space_view ~843

Create a new view (List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt) within a specified Space, with full control over grouping, sorting, filtering, and display settings.

NameTypeReqDescription
assigned_commentsbooleanyesWhen true, the view displays tasks that have comments assigned to specific users.
assigneesarrayyesAn array of assignee identifiers used to filter tasks shown in the view to only those assigned to the specified users.
collapse_empty_columnsstringControls whether empty columns are collapsed in applicable view types such as Board.
columnsFieldsarrayyesAn array of column field objects controlling which columns are visible in the view. Custom Fields must use the 'cf_' prefix and be formatted as a JSON object with the Custom Field ID.
divideCollapsedarrayyesAn array of division identifiers that should be rendered in a collapsed state by default in this view.
divideDirnullSort direction for divided groups. Set to null to disable.
divideFieldnullThe field used to divide tasks within groups. Set to null to disable division.
filtersFieldsarrayyesAn array of filter field objects that restrict which tasks appear in the view. Refer to the filter-views documentation for the full list of supported fields.
groupingCollapsedarrayyesAn array of group identifiers that should be rendered in a collapsed state by default in this view.
groupingDirintegeryesSort direction for groups. Use 1 for ascending order (e.g., urgent priority at top) or -1 for descending order (e.g., no priority at top).
groupingFieldstringyesThe field by which tasks in the view are grouped. Use 'none' to disable grouping.
ignorebooleanyesWhen true, certain default behaviors or validations are bypassed during view creation.
me_checklistsbooleanyesWhen true, the view is filtered to show only tasks that have checklist items assigned to the currently authenticated user.
me_commentsbooleanyesWhen true, the view is filtered to show only tasks that have comments from the currently authenticated user.
me_subtasksbooleanyesWhen true, the view is filtered to show only tasks that have subtasks assigned to the currently authenticated user.
namestringyesThe display name for the new view.
opstringyesLogical operator applied to combine multiple filter conditions. Use 'AND' to require all conditions, or 'OR' to require any one condition.
searchstringyesA search string used to filter tasks displayed in the view by matching text content.
show_assigneesbooleanyesWhen true, assignee avatars or names are displayed on task cards within the view.
show_closedbooleanyesWhen true, closed tasks are included in the view alongside open tasks.
show_closed_subtasksbooleanyesWhen true, closed subtasks are included in the view.
show_imagesbooleanyesWhen true, image attachments are previewed directly on task cards within the view.
show_subtask_parent_namesbooleanyesWhen true, the parent task name is shown alongside each subtask in the view for additional context.
show_subtasksintegeryesControls how subtasks are displayed. Use 1 to show subtasks separately, 2 to show them expanded inline, or 3 to show them collapsed inline.
show_task_locationsbooleanyesWhen true, the location (List, Folder, Space) of each task is displayed within the view.
sortingFieldsarrayyesAn ordered array of field objects specifying the sort criteria for tasks in the view. Supports the same fields available when filtering a view.
space_idnumberyesThe unique identifier of the Space where the new view will be created.
typestringyesThe view type to create. Determines the layout and interaction model for tasks in this view.
unassigned_tasksbooleanyesWhen true, tasks with no assignee are included in the view.

No output schema declared.

No examples provided.

create_task ~613

Creates a new task in the specified list, supporting full configuration including assignees, scheduling, custom fields, subtask relationships, and sprint points.

NameTypeReqDescription
archivedbooleanWhether the task should be created in an archived state.
assigneesarrayList of user IDs to assign to the task. Order is not significant.
check_required_custom_fieldsbooleanWhen true, enforces validation of any required Custom Fields on the task; by default required Custom Fields are ignored during API task creation.
custom_fieldsarrayList of Custom Field objects to populate on the new task, each specifying a field ID and its value. Object and array type fields can be cleared by passing a null value.
custom_item_idnumberThe custom task type ID to apply to this task. Omit or pass null to create a standard task; retrieve available custom type IDs using the Get Custom Task Types endpoint.
due_dateintegerThe due date for the task as a Unix timestamp in milliseconds.
due_date_timebooleanSet to true to include a specific time component with the due date, or false to treat it as a date-only value.
group_assigneesarrayList of user group IDs to assign to the task. Order is not significant.
links_tostringThe ID of an existing task to create a linked dependency relationship with the new task.
list_idnumberyesThe unique numeric ID of the list in which the task will be created.
markdown_contentstringMarkdown-formatted description for the task. Takes precedence over the plain-text description field if both are provided.
namestringyesThe display name of the task.
notify_allbooleanWhen true, the task creator is also notified upon creation; all other assignees and watchers are always notified regardless of this setting.
parentstringThe ID of an existing task to nest this new task under as a subtask. The parent task must reside in the same list specified in the path and may itself be a subtask.
pointsnumberThe number of sprint points to assign to the task.
priorityintegerThe priority level for the task, where 1 is urgent, 2 is high, 3 is normal, and 4 is low.
start_dateintegerThe start date for the task as a Unix timestamp in milliseconds.
start_date_timebooleanSet to true to include a specific time component with the start date, or false to treat it as a date-only value.
statusstringThe status to assign to the task. Must match an existing status name defined in the list.
tagsarrayList of tag names to apply to the task. Order is not significant.
time_estimateintegerThe estimated time to complete the task, expressed in milliseconds.

No output schema declared.

No examples provided.

create_task_from_template ~109

Create a new task in a specified list using a pre-defined task template from your workspace. Publicly shared templates must be added to your workspace library before they can be used via the API.

NameTypeReqDescription
list_idnumberyesThe unique numeric identifier of the list where the new task will be created.
namestringyesThe display name to assign to the newly created task.
template_idstringyesThe unique string identifier of the task template to use when creating the task.

No output schema declared.

No examples provided.

create_time_entry ~370

Creates a time entry for a user in the specified workspace, supporting both completed entries (with start and stop/duration) and actively running timers. A negative duration indicates a timer is currently running for that user.

NameTypeReqDescription
assigneeintegerThe user ID to assign the time entry to. Workspace owners and admins may specify any user ID; members may only specify their own user ID.
billablebooleanMarks the time entry as billable when set to true.
custom_task_idsbooleanSet to true to reference the associated task by its custom task ID instead of its standard ClickUp task ID.
descriptionstringAn optional text description or note to associate with the time entry.
durationintegeryesThe duration of the time entry in milliseconds. Used as an alternative to the stop parameter; ignored when both start and stop values are present. A negative value indicates a currently running timer.
startintegeryesThe start time of the time entry as a Unix timestamp in milliseconds.
stopintegerThe end time of the time entry as a Unix timestamp in milliseconds. Can be used instead of the duration parameter; if both stop and start are provided, duration is ignored.
tagsarrayA list of time tracking label objects to attach to the entry. Available to users on the Business Plan and above; each item should represent a valid time tracking tag.
team_IdnumberyesThe unique identifier of the workspace where the time entry will be created.
team_idnumberThe workspace ID required when using custom task IDs. Must be provided alongside custom_task_ids=true to correctly resolve the custom task reference.
tidstringThe ID of the task to associate with this time entry.

No output schema declared.

No examples provided.

create_user_group ~170

Creates a User Group within a Workspace to organize and manage users collectively. Note that adding a guest with view-only permissions automatically converts them to a paid guest, which may incur prorated charges if additional seats are needed.

NameTypeReqDescription
handlestringAn optional short identifier or alias for the User Group, typically used as a reference handle within the Workspace.
membersarrayyesA list of user objects to include as members of the new User Group; order is not significant and each item should represent a user to be added.
namestringyesThe display name for the new User Group, used to identify it within the Workspace.
team_idnumberyesThe unique identifier of the Workspace (referred to as team_id in the API) where the User Group will be created.

No output schema declared.

No examples provided.

create_workspace_view ~877

Create a new view at the Everything (Workspace) level, supporting view types such as List, Board, Calendar, Table, Timeline, Workload, Activity, Map, Chat, or Gantt. Configure grouping, sorting, filtering, and display settings for the view.

NameTypeReqDescription
assigned_commentsbooleanyesWhen true, the view displays comments that are assigned to users.
assigneesarrayyesAn array of assignee identifiers used to filter tasks shown in the view to only those assigned to the specified users.
collapse_empty_columnsstringControls whether empty columns are collapsed in the view. Applicable primarily to Board-type views.
columnsFieldsarrayyesAn array of column field objects controlling which columns are visible in the view. Custom Fields must use the 'cf_' prefix and be formatted as a JSON object with the Custom Field ID.
divideCollapsedarrayyesAn array of division identifiers that should be rendered in a collapsed state by default. Order is not significant; each item is a division identifier string.
divideDirnullThe sort direction for divided groups. Set to null to disable.
divideFieldnullThe field used to divide tasks within groups. Set to null to disable division.
filtersFieldsarrayyesAn array of filter field objects defining which fields and conditions are used to filter tasks displayed in the view. Refer to the filter-views documentation for available fields.
groupingCollapsedarrayyesAn array of group identifiers that should be rendered in a collapsed state by default. Order is not significant; each item is a group identifier string.
groupingDirintegeryesThe sort direction for groups. Use 1 for ascending order (e.g., urgent priority at top) or -1 for descending order (e.g., no priority at top).
groupingFieldstringyesThe field by which tasks in the view are grouped. Use 'none' to disable grouping.
ignorebooleanyesWhen true, certain default behaviors or validations are bypassed during view creation.
me_checklistsbooleanyesWhen true, the view is filtered to show only checklists assigned to or created by the current user.
me_commentsbooleanyesWhen true, the view is filtered to show only comments that mention or are assigned to the current user.
me_subtasksbooleanyesWhen true, the view is filtered to show only subtasks assigned to or created by the current user.
namestringyesThe display name for the new view.
opstringyesThe logical operator used to combine multiple filter conditions. Use 'AND' to require all conditions to match, or 'OR' to require any condition to match.
searchstringyesA search string used to filter tasks displayed in the view by matching task names or content.
show_assigneesbooleanyesWhen true, assignee avatars or names are displayed on task cards or rows within the view.
show_closedbooleanyesWhen true, closed tasks are included in the view alongside open tasks.
show_closed_subtasksbooleanyesWhen true, closed subtasks are included in the view.
show_imagesbooleanyesWhen true, image attachments are displayed as previews on task cards or rows within the view.
show_subtask_parent_namesbooleanyesWhen true, the parent task name is shown alongside each subtask in the view.
show_subtasksintegeryesControls how subtasks are displayed. Use 1 to show subtasks separately, 2 to show them expanded inline, or 3 to show them collapsed inline.
show_task_locationsbooleanyesWhen true, the location (List, Folder, Space) of each task is displayed within the view.
sortingFieldsarrayyesAn ordered array of field objects specifying the sort fields and their directions. Supports the same fields available when filtering a view.
team_idnumberyesThe unique identifier of the Workspace in which to create the view.
typestringyesThe view type to create. Determines the visual layout and available features for the view.
unassigned_tasksbooleanyesWhen true, tasks with no assignee are included in the view.

No output schema declared.

No examples provided.

delete_checklist ~51

Permanently deletes a checklist from a task. This action is irreversible and removes the checklist along with all its items.

NameTypeReqDescription
checklist_idstringyesThe unique identifier (UUID) of the checklist to delete.

No output schema declared.

No examples provided.

delete_checklist_item ~84

Permanently removes a specific line item from a task checklist. This action cannot be undone and will delete the item and its associated data.

NameTypeReqDescription
checklist_idstringyesThe unique identifier (UUID) of the checklist from which the item will be deleted.
checklist_item_idstringyesThe unique identifier (UUID) of the specific checklist item to be deleted.

No output schema declared.

No examples provided.

delete_comment ~49

Permanently deletes a specific task comment by its unique identifier. This action is irreversible and removes the comment from the task.

NameTypeReqDescription
comment_idnumberyesThe unique numeric identifier of the comment to delete.

No output schema declared.

No examples provided.

delete_folder ~52

Permanently deletes a folder from your Workspace. This action cannot be undone, so ensure the correct folder ID is specified before proceeding.

NameTypeReqDescription
folder_idnumberyesThe unique numeric identifier of the folder to be deleted.

No output schema declared.

No examples provided.

delete_goal ~76

Permanently removes a specified Goal from your Workspace. This action is irreversible and will delete all associated goal data.

NameTypeReqDescription
Content-TypestringyesThe media type of the request body, used to indicate the format of the data being sent.
goal_idstringyesThe unique identifier (UUID) of the Goal to be deleted.

No output schema declared.

No examples provided.

delete_key_result ~58

Permanently deletes a key result (target) from a Goal. This action is irreversible and removes the specified key result and its associated data.

NameTypeReqDescription
key_result_idstringyesThe unique identifier (UUID) of the key result to delete.

No output schema declared.

No examples provided.

delete_list ~76

Permanently deletes a specified List from your Workspace. This action is irreversible and removes the List along with its associated data.

NameTypeReqDescription
Content-TypestringyesThe media type of the request body, used to indicate the format of the data being sent.
list_idnumberyesThe unique numeric identifier of the List to be deleted.

No output schema declared.

No examples provided.

delete_space ~49

Permanently deletes a Space from your Workspace. This action is irreversible and removes the Space along with its associated data.

NameTypeReqDescription
space_idnumberyesThe unique numeric identifier of the Space to be deleted.

No output schema declared.

No examples provided.

delete_space_tag ~150

Permanently removes a task tag from a specified Space. The tag will no longer be available for tasks within that Space.

NameTypeReqDescription
namestringyesThe display name of the tag being deleted, used to identify the tag in the request body.
space_idnumberyesThe unique numeric identifier of the Space from which the tag will be deleted.
tag_bgstringyesThe background color of the tag, specified as a hex color code.
tag_fgstringyesThe foreground (text) color of the tag, specified as a hex color code.
tag_namestringyesThe URL path identifier of the tag to delete, typically matching the tag's display name.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/clickup MCP server?

com.mcparmory/clickup is an MCP server listed in the public MCP registry as com.mcparmory/clickup. Manage tasks, lists, checklists, comments, and project workflows. This page covers its container image (ghcr.io/mcparmory/clickup:1.0.4).

Is the com.mcparmory/clickup MCP server safe to use?

com.mcparmory/clickup scores 48 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/clickup MCP server expose?

com.mcparmory/clickup exposes 134 tools: upload_task_attachment, get_current_user, list_workspaces, create_checklist, update_checklist, and 129 more. Their descriptions and schemas cost roughly 25,980 tokens of context every time the server is loaded.

Is the com.mcparmory/clickup MCP server still maintained?

com.mcparmory/clickup is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.