clickup-mcp
JSON →Lightweight ClickUp MCP server with 35 tools. Token-optimized responses reduce API verbosity by 95%+ (3500 chars â 160). Tasks, comments, checklists, tags, dependencies.
Install
npx @cavort-it-systems/clickup-mcp Tools · 37
- clickup_list_tasks Retrieve tasks from a ClickUp list with optional filtering
- clickup_get_task Get details of a specific task by ID
- clickup_create_task Create a new task in a ClickUp list
- clickup_update_task Update an existing task's fields
- clickup_delete_task Delete a task from ClickUp
- clickup_get_spaces Retrieve all spaces in a ClickUp workspace
- clickup_get_folders Retrieve all folders in a ClickUp space
- clickup_get_lists Retrieve all lists in a ClickUp folder or space
- clickup_get_task_comments Get comments on a specific task
- clickup_add_task_comment Add a comment to a task
- clickup_get_task_assignees Get assignees of a task
- clickup_set_task_assignees Set assignees for a task
- clickup_get_tags Get tags from a ClickUp space
- clickup_add_tag_to_task Add a tag to a task
- clickup_remove_tag_from_task Remove a tag from a task
- clickup_get_task_checklist Get checklist items of a task
- clickup_add_checklist_item Add a checklist item to a task
- clickup_update_checklist_item Update a checklist item
- clickup_delete_checklist_item Delete a checklist item
- clickup_get_dependencies Get task dependencies
- clickup_add_dependency Add a dependency between tasks
- clickup_remove_dependency Remove a dependency between tasks
- clickup_get_time_entries Get time entries for a task
- clickup_start_time_entry Start tracking time on a task
- clickup_stop_time_entry Stop tracking time on a task
- clickup_get_goals Get goals in a workspace
- clickup_create_goal Create a new goal
- clickup_update_goal Update an existing goal
- clickup_delete_goal Delete a goal
- clickup_get_goal_key_results Get key results for a goal
- clickup_create_key_result Create a key result for a goal
- clickup_update_key_result Update a key result
- clickup_delete_key_result Delete a key result
- clickup_get_workspace Get workspace details
- clickup_get_team Get team details
- clickup_get_user Get user details
- clickup_search_tasks Search tasks across the workspace
Environment variables
CLICKUP_API_TOKEN
Links
★ 3 GitHub stars