ClickUp MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoServer port3000
LOG_LEVELNoLogging levelinfo
CLICKUP_CLIENT_IDYesYour ClickUp OAuth client ID
CLICKUP_REDIRECT_URIYesOAuth redirect URIhttp://localhost:3000/oauth/callback
CLICKUP_CLIENT_SECRETYesYour ClickUp OAuth client secret

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_create_task

Create a new task in ClickUp workspace

clickup_update_task

Update an existing task in ClickUp

clickup_get_teams

Get all teams accessible to the authenticated user

clickup_get_lists

Get all lists in a specific folder

clickup_create_board

Create a new board in a ClickUp space