nsxdavid
Integrates with ClickUp API to enable workspace, task, document, and checklist management directly from conversations through Node.js-based tools and URI template resources.
Get details about a specific ClickUp list including its name and content.
Get lists from a ClickUp folder or space. Returns list details including name and content.
Get details about a specific ClickUp space. Returns space name, settings, features, and metadata.
Get tasks from a ClickUp list. Returns task details including name, description, assignees, and status.
Get spaces from a ClickUp workspace. Returns space details including name, settings, and features.
Create a new list in a ClickUp folder or space with the specified name.
Create a new task in a ClickUp list with specified properties like name, description, assignees, status, and dates.
Delete a list from ClickUp. Removes the list and its tasks.
Search for docs in a ClickUp workspace using a query string. Returns matching docs with their metadata.
Update an existing ClickUp list's name.
Update an existing ClickUp task's properties including name, description, assignees, status, and dates.
Create a new folder in a ClickUp space with the specified name.
Delete a folder from ClickUp. Removes the folder and its contents.
Get the pages of a specific ClickUp doc. Returns page content in the requested format (markdown or plain text).
Update an existing ClickUp folder's name.
Delete a comment from ClickUp.
Get a list of all ClickUp workspaces accessible to the authenticated user. Returns workspace IDs, names, and metadata.
Update an existing ClickUp comment's properties including text, assignee, and resolved status.
Get the content of a specific ClickUp doc. Returns combined content from all pages in the doc.
Add an existing task to a ClickUp list.
Create a new checklist in a ClickUp task. Returns the created checklist details.
Delete a checklist from a ClickUp task. Removes the checklist and all its items.
Get detailed information about a specific ClickUp task. Returns comprehensive task data including description, assignees, status, and dates.
Update an existing ClickUp checklist's name.
Get comments for a ClickUp list. Returns comment details with pagination support.
Get comments for a ClickUp task. Returns comment details including text, author, and timestamps.
Create a new comment on a ClickUp list. Supports optional assignee and notification settings.
Create a new comment on a ClickUp task. Supports optional assignee and notification settings.
Get information about seats (user licenses) in a ClickUp workspace. Returns details about seat allocation and availability.
Get lists that are not in any folder within a ClickUp space.
Create a new item in a ClickUp checklist. Supports optional assignee and resolved status.
Delete an item from a ClickUp checklist.
Get threaded comments (replies) for a parent comment. Returns comment details with pagination support.
Remove a task from a ClickUp list without deleting the task.
Update an existing ClickUp checklist item's properties including name, assignee, and resolved status.
Create a new list directly in a ClickUp space without placing it in a folder.
Get comments for a ClickUp chat view. Returns comment details with pagination support.
Create a new threaded comment (reply) to a parent comment. Supports notification settings.
Get all docs from a ClickUp workspace. Supports pagination and filtering for deleted/archived docs.
Create a new comment in a ClickUp chat view. Supports notification settings.
Create a new list in a ClickUp space using an existing template.
Create a new list in a ClickUp folder using an existing template.
Connect to MCP Server
Required environment variables:
CLICKUP_API_TOKEN