mcp-clickup

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLICKUP_API_TOKENYesYour ClickUp API token for authentication. Obtainable from your ClickUp account settings under Apps.
CLICKUP_WORKSPACE_IDYesYour ClickUp Workspace ID. It can be found in the URL of your workspace in ClickUp.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
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