mcp-clickup
by mikah13
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
CLICKUP_API_TOKEN | Yes | Your ClickUp API token for authentication. Obtainable from your ClickUp account settings under Apps. | |
CLICKUP_WORKSPACE_ID | Yes | Your ClickUp Workspace ID. It can be found in the URL of your workspace in ClickUp. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
clickup_authenticate | Authenticate with ClickUp API using an API token and workspace ID |
clickup_get_task_by_custom_id | Get a task by its custom ID |
clickup_get_tasks | Get multiple tasks by their IDs |
clickup_get_task | Get a task by its ID |