ClickUp MCP Server
by Nazruden
clickup_create_task
Create a new task in ClickUp workspace
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignees | No | Array of assignee user IDs | |
description | No | Task description in markdown format | |
due_date | No | Due date in milliseconds timestamp | |
list_id | Yes | The ID of the list to create the task in. The unique identifier for the resource in ClickUp. | |
name | Yes | Task name | |
priority | No | Task priority (1: Urgent, 2: High, 3: Normal, 4: Low) | |
status | No | Task status | |
tags | No | Array of tag names | |
time_estimate | No | Time estimate in milliseconds |