Overview
The ClickUp server enables AI assistants to interact with ClickUp workspaces, providing powerful task management, sprint planning, and team collaboration capabilities through conversational AI.How to Add ClickUp
Create ClickUp Account
- Go to http://ClickUp.com
- Sign up for a free account or use your existing workspace
Generate API Token
- In ClickUp, click your profile avatar
- Go to Settings > Apps
- Generate a new API token
- Copy the token for use in Nexus
Connect to Nexus
- Add the ClickUp server to your Nexus environment
- Enter your API token when prompted
Test Connection
What You Can Do
Task Management
Sprint Planning
Team Collaboration
Documentation
Available Tools (41)
Search & Hierarchy
clickup_search
clickup_search
clickup_get_workspace_hierarchy
clickup_get_workspace_hierarchy
Task Management
clickup_create_task
clickup_create_task
clickup_get_task
clickup_get_task
clickup_update_task
clickup_update_task
clickup_create_bulk_tasks
clickup_create_bulk_tasks
clickup_update_bulk_tasks
clickup_update_bulk_tasks
clickup_get_workspace_tasks
clickup_get_workspace_tasks
Comments & Files
clickup_get_task_comments
clickup_get_task_comments
clickup_create_task_comment
clickup_create_task_comment
clickup_attach_task_file
clickup_attach_task_file
Time Tracking
clickup_get_task_time_entries
clickup_get_task_time_entries
clickup_start_time_tracking
clickup_start_time_tracking
clickup_stop_time_tracking
clickup_stop_time_tracking
clickup_add_time_entry
clickup_add_time_entry
clickup_get_current_time_entry
clickup_get_current_time_entry
List Management
clickup_create_list
clickup_create_list
clickup_create_list_in_folder
clickup_create_list_in_folder
clickup_get_list
clickup_get_list
clickup_update_list
clickup_update_list
Folder Management
clickup_create_folder
clickup_create_folder
clickup_get_folder
clickup_get_folder
clickup_update_folder
clickup_update_folder
Tags
clickup_add_tag_to_task
clickup_add_tag_to_task
clickup_remove_tag_from_task
clickup_remove_tag_from_task
Members
clickup_get_workspace_members
clickup_get_workspace_members
clickup_find_member_by_name
clickup_find_member_by_name
clickup_resolve_assignees
clickup_resolve_assignees
Chat
clickup_get_chat_channels
clickup_get_chat_channels
clickup_send_chat_message
clickup_send_chat_message
Documents
clickup_create_document
clickup_create_document
clickup_list_document_pages
clickup_list_document_pages
clickup_get_document_pages
clickup_get_document_pages
clickup_create_document_page
clickup_create_document_page
clickup_update_document_page
clickup_update_document_page
Use Cases
Sprint Generation
“Create a new folder called ‘Sprint 23’ in Team Space, then create 5 tasks in it: Implement user authentication (high priority, assigned to me), Design dashboard mockups (urgent), Write API documentation, Fix bug #234, Review pull requests. Set due dates for next Friday and tag them all with ‘sprint-23‘“Team Standup Preparation
“Show me all tasks assigned to me that are ‘in progress’ status. Then for each task, add a comment with today’s progress update. Also show me which tasks are due this week.”Documentation Sync
“Create a document called ‘API Endpoints Documentation’. Find all tasks tagged ‘api-endpoint’ in the current sprint. For each task, create a page in the document with the task name as title and the task description as content.”- Time management tools are currently failing (bug report sent to ClickUp)
- Update Bulk Task tool fails (bug report sent to ClickUp)
- Attach tool’s “upload from URL” mode does not work (base64 upload works fine)

