Experimental
This connector is new and may have rough edges. APIs and tool names could change between releases. Please report issues on GitHub.
Changelog
Initial release. 12 tools for workspaces, spaces, tasks, comments, and search.
Setup
What you'll need: A ClickUp personal API token. Go to ClickUp Settings > Apps > API Token and copy it. The connect command will prompt you to paste it.
Tools
Navigation 4 tools
- clickup_list_workspaces - List all workspaces (teams) you have access to
- clickup_list_spaces - List spaces in a workspace
- clickup_list_folders - List folders in a space
- clickup_list_lists - List lists in a folder or space
Tasks 6 tools
- clickup_list_tasks - List tasks in a list, with status and assignee filters
- clickup_get_task - Full task details including comments
- clickup_create_task - Name, description, priority, assignees, due date, tags
- clickup_update_task - Modify name, description, status, priority, assignees, due date
- clickup_move_task - Move a task to a different status
- clickup_search_tasks - Search tasks across a workspace
Comments 1 tool
- clickup_add_comment - Add a comment to a task
Statuses 1 tool
- clickup_list_statuses - List available statuses for a list