io.github.cvrt-jh/clickup-mcp
NPM · @CAVORT-IT-SYSTEMS/CLICKUP-MCP · SCANNED AUG 3
Lightweight ClickUp MCP server - 37 tools, token-optimized (95% smaller responses)
Available components
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 →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 181 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 2563 tokens (~69/item across 37 items; 37 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 88% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @cavort-it-systems/clickup-mcp
claude mcp add cvrt-jh-clickup-mcp -- npx -y @cavort-it-systems/clickup-mcp
codex mcp add cvrt-jh-clickup-mcp -- npx -y @cavort-it-systems/clickup-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cvrt-jh-clickup-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@cavort-it-systems/clickup-mcp"
],
"enabled": true
}
}
} openclaw mcp add cvrt-jh-clickup-mcp --command npx --arg -y --arg @cavort-it-systems/clickup-mcp
mcp_servers:
cvrt-jh-clickup-mcp:
command: "npx"
args: ["-y", "@cavort-it-systems/clickup-mcp"] {
"mcpServers": {
"cvrt-jh-clickup-mcp": {
"command": "npx",
"args": [
"-y",
"@cavort-it-systems/clickup-mcp"
]
}
}
} 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.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +43
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 −5
- Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
- Capabilities: pass → unverified ▼ functional
- 31 Jul 26 −20
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 27 Jul 26 46
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@cavort-it-systems/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
clickup_add_dependency ~65
Add a dependency between tasks (waiting_on or blocking)
| Name | Type | Req | Description |
|---|---|---|---|
| dependency_of | string | — | Task ID that this task blocks |
| depends_on | string | — | Task ID this task is waiting on |
| task_id | string | yes | The task to add the dependency to |
No output schema declared.
No examples provided.
clickup_add_tag_to_task ~43
Add a tag to a task
| Name | Type | Req | Description |
|---|---|---|---|
| tag_name | string | yes | Tag name to add |
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_add_task_link ~41
Link two tasks together
| Name | Type | Req | Description |
|---|---|---|---|
| links_to | string | yes | Second task ID to link to |
| task_id | string | yes | First task ID |
No output schema declared.
No examples provided.
clickup_create_checklist ~39
Create a checklist on a task
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Checklist name |
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_create_checklist_item ~50
Add an item to a checklist
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | number | — | User ID to assign |
| checklist_id | string | yes | Checklist ID |
| name | string | yes | Item name |
No output schema declared.
No examples provided.
clickup_create_comment ~70
Add a comment to a task
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | number | — | User ID to assign with this comment |
| comment_text | string | yes | Comment text |
| notify_all | boolean | — | Notify all assignees (default true) |
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_create_list ~130
Create a new list in a folder or as a folderless list in a space
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | — | List description |
| due_date | number | — | Due date as Unix timestamp in milliseconds |
| folder_id | string | — | Folder ID (for list inside folder) |
| name | string | yes | List name |
| priority | number | — | Priority (1=urgent, 2=high, 3=normal, 4=low) |
| space_id | string | — | Space ID (for folderless list) |
| status | string | — | Status name to use as default |
No output schema declared.
No examples provided.
clickup_create_reply ~38
Add a threaded reply to a comment
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | Comment ID |
| comment_text | string | yes | Reply text |
No output schema declared.
No examples provided.
clickup_create_space_tag ~76
Create a new tag in a space
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Tag name |
| space_id | string | yes | ClickUp space ID |
| tag_bg | string | — | Background color hex (e.g. '#000000') |
| tag_fg | string | — | Foreground color hex (e.g. '#ffffff') |
No output schema declared.
No examples provided.
clickup_create_task ~248
Create a new task in a list
| Name | Type | Req | Description |
|---|---|---|---|
| assignees | array | — | Array of user IDs to assign |
| custom_fields | array | — | Custom field values to set |
| description | string | — | Task description (plain text or markdown) |
| due_date | number | — | Due date as Unix timestamp in milliseconds |
| due_date_time | boolean | — | Whether due_date includes time |
| list_id | string | yes | ClickUp list ID |
| markdown_description | string | — | Task description in markdown |
| name | string | yes | Task name |
| notify_all | boolean | — | Notify assignees (default true) |
| parent | string | — | Parent task ID (to create subtask) |
| priority | number | — | Priority: 1=urgent, 2=high, 3=normal, 4=low |
| start_date | number | — | Start date as Unix timestamp in milliseconds |
| start_date_time | boolean | — | Whether start_date includes time |
| status | string | — | Status name (must match list's statuses) |
| tags | array | — | Array of tag names |
| time_estimate | number | — | Time estimate in milliseconds |
No output schema declared.
No examples provided.
clickup_delete_checklist ~29
Delete a checklist and all its items
| Name | Type | Req | Description |
|---|---|---|---|
| checklist_id | string | yes | Checklist ID |
No output schema declared.
No examples provided.
clickup_delete_checklist_item ~39
Delete a checklist item
| Name | Type | Req | Description |
|---|---|---|---|
| checklist_id | string | yes | Checklist ID |
| checklist_item_id | string | yes | Checklist item ID |
No output schema declared.
No examples provided.
clickup_delete_dependency ~68
Remove a dependency. Note: uses query params, not body.
| Name | Type | Req | Description |
|---|---|---|---|
| dependency_of | string | — | Task ID that this task was blocking |
| depends_on | string | — | Task ID this task was waiting on |
| task_id | string | yes | The task to remove the dependency from |
No output schema declared.
No examples provided.
clickup_delete_list ~34
Delete a list. This is permanent and cannot be undone.
| Name | Type | Req | Description |
|---|---|---|---|
| list_id | string | yes | ClickUp list ID |
No output schema declared.
No examples provided.
clickup_delete_space_tag ~42
Delete a tag from a space
| Name | Type | Req | Description |
|---|---|---|---|
| space_id | string | yes | ClickUp space ID |
| tag_name | string | yes | Tag name to delete |
No output schema declared.
No examples provided.
clickup_delete_task ~28
Permanently delete a task
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_delete_task_link ~42
Remove a link between two tasks
| Name | Type | Req | Description |
|---|---|---|---|
| links_to | string | yes | Second task ID to unlink |
| task_id | string | yes | First task ID |
No output schema declared.
No examples provided.
clickup_edit_checklist ~50
Rename or reorder a checklist
| Name | Type | Req | Description |
|---|---|---|---|
| checklist_id | string | yes | Checklist ID |
| name | string | — | New checklist name |
| position | number | — | New position (0-indexed) |
No output schema declared.
No examples provided.
clickup_edit_checklist_item ~105
Edit a checklist item (name, resolved status, assignee, or parent)
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | number | — | User ID to assign (or null to unassign) |
| checklist_id | string | yes | Checklist ID |
| checklist_item_id | string | yes | Checklist item ID |
| name | string | — | New item name |
| parent | string | — | Parent checklist item ID (to nest items) |
| resolved | boolean | — | Mark as resolved/unresolved |
No output schema declared.
No examples provided.
clickup_edit_space_tag ~82
Edit (rename or recolor) a tag in a space
| Name | Type | Req | Description |
|---|---|---|---|
| new_name | string | — | New tag name |
| space_id | string | yes | ClickUp space ID |
| tag_bg | string | — | New background color hex |
| tag_fg | string | — | New foreground color hex |
| tag_name | string | yes | Current tag name |
No output schema declared.
No examples provided.
clickup_get_comments ~60
Get comments on a task (paginated, 25 per page)
| Name | Type | Req | Description |
|---|---|---|---|
| start | number | — | Start offset for pagination |
| start_id | string | — | Comment ID to start from |
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_get_folders ~46
List folders in a space (includes nested lists)
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | Include archived folders (default false) |
| space_id | string | yes | ClickUp space ID |
No output schema declared.
No examples provided.
clickup_get_list ~32
Get a single list's details including its statuses
| Name | Type | Req | Description |
|---|---|---|---|
| list_id | string | yes | ClickUp list ID |
No output schema declared.
No examples provided.
clickup_get_list_members ~32
Get members with access to a specific list
| Name | Type | Req | Description |
|---|---|---|---|
| list_id | string | yes | ClickUp list ID |
No output schema declared.
No examples provided.
clickup_get_lists ~69
Get lists in a folder, or folderless lists in a space. Provide either folder_id or space_id.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | Include archived lists (default false) |
| folder_id | string | — | ClickUp folder ID |
| space_id | string | — | ClickUp space ID |
No output schema declared.
No examples provided.
clickup_get_replies ~28
Get threaded replies to a comment
| Name | Type | Req | Description |
|---|---|---|---|
| comment_id | string | yes | Comment ID |
No output schema declared.
No examples provided.
clickup_get_space_tags ~30
List all tags in a space
| Name | Type | Req | Description |
|---|---|---|---|
| space_id | string | yes | ClickUp space ID |
No output schema declared.
No examples provided.
clickup_get_spaces ~43
List all spaces in a workspace
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | Include archived spaces (default false) |
| team_id | string | yes | ClickUp workspace/team ID |
No output schema declared.
No examples provided.
clickup_get_task ~58
Get a task by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| include_markdown_description | boolean | — | Return description as markdown |
| include_subtasks | boolean | — | Include subtasks (default false) |
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_get_tasks ~211
List tasks in a list with optional filters
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | Include archived tasks |
| assignees | array | — | Filter by assignee IDs |
| date_created_gt | number | — | Created after (ms) |
| date_created_lt | number | — | Created before (ms) |
| date_updated_gt | number | — | Updated after (ms) |
| date_updated_lt | number | — | Updated before (ms) |
| due_date_gt | number | — | Due date greater than (ms) |
| due_date_lt | number | — | Due date less than (ms) |
| include_closed | boolean | — | Include closed tasks |
| include_markdown_description | boolean | — | — |
| list_id | string | yes | ClickUp list ID |
| order_by | string | — | — |
| page | number | — | Page number (0-indexed) |
| reverse | boolean | — | Reverse sort order |
| statuses | array | — | Filter by status names |
| subtasks | boolean | — | Include subtasks |
No output schema declared.
No examples provided.
clickup_get_workspace_members ~25
Get all members across all workspaces (extracted from teams response)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
clickup_remove_tag_from_task ~43
Remove a tag from a task
| Name | Type | Req | Description |
|---|---|---|---|
| tag_name | string | yes | Tag name to remove |
| task_id | string | yes | ClickUp task ID |
No output schema declared.
No examples provided.
clickup_search_tasks ~202
Search tasks across an entire workspace
| Name | Type | Req | Description |
|---|---|---|---|
| assignees | array | — | — |
| date_created_gt | number | — | — |
| date_created_lt | number | — | — |
| date_updated_gt | number | — | — |
| date_updated_lt | number | — | — |
| due_date_gt | number | — | — |
| due_date_lt | number | — | — |
| folder_ids | array | — | Filter by folder IDs |
| include_closed | boolean | — | — |
| include_markdown_description | boolean | — | — |
| list_ids | array | — | Filter by list IDs |
| order_by | string | — | — |
| page | number | — | Page number (0-indexed) |
| project_ids | array | — | Filter by project IDs |
| reverse | boolean | — | — |
| space_ids | array | — | Filter by space IDs |
| statuses | array | — | — |
| subtasks | boolean | — | — |
| team_id | string | yes | ClickUp workspace/team ID |
No output schema declared.
No examples provided.
clickup_set_custom_field ~63
Set a custom field value on a task (update_task cannot do this)
| Name | Type | Req | Description |
|---|---|---|---|
| field_id | string | yes | Custom field ID |
| task_id | string | yes | ClickUp task ID |
| value | — | yes | Custom field value (type depends on field type) |
No output schema declared.
No examples provided.
clickup_update_comment ~67
Edit a comment's text or resolve/unresolve it
| Name | Type | Req | Description |
|---|---|---|---|
| assignee | number | — | New assignee user ID |
| comment_id | string | yes | Comment ID |
| comment_text | string | — | New comment text |
| resolved | boolean | — | Mark as resolved/unresolved |
No output schema declared.
No examples provided.
clickup_update_task ~212
Update a task. Assignees use add/rem arrays, not a flat list.
| Name | Type | Req | Description |
|---|---|---|---|
| archived | boolean | — | Archive/unarchive the task |
| assignees | object | — | Assignee changes (add/rem) |
| description | string | — | New description |
| due_date | number | — | Due date as Unix timestamp in milliseconds |
| due_date_time | boolean | — | — |
| markdown_description | string | — | New description in markdown |
| name | string | — | New task name |
| parent | string | — | Move to new parent (set null to unparent) |
| priority | number | — | Priority: 1=urgent, 2=high, 3=normal, 4=low |
| start_date | number | — | Start date as Unix timestamp in milliseconds |
| start_date_time | boolean | — | — |
| status | string | — | New status |
| task_id | string | yes | ClickUp task ID |
| time_estimate | number | — | Time estimate in milliseconds |
No output schema declared.
No examples provided.
clickup_whoami ~23
Get current user info and list of workspaces with members
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.