Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LANG | No | If CLICKUP_PRIMARY_LANGUAGE is not set, the MCP will check this standard environment variable (e.g., "en_US.UTF-8", "de_DE") as a fallback to infer the primary language. | |
MAX_IMAGES | No | The maximum number of images to return for a task in getTaskById. Defaults to 4. | 4 |
CLICKUP_API_KEY | Yes | Your ClickUp API key (Profile Icon > Settings > Apps > API Token ~ usually starts with pk_) | |
CLICKUP_TEAM_ID | Yes | Your ClickUp Team ID (The ~7 digit number in the url when you are in the settings) | |
CLICKUP_PRIMARY_LANGUAGE | No | A hint for the primary language used in your ClickUp tasks (e.g., "de" for German, "en" for English). This helps the searchTask tool provide more tailored guidance in its description for multilingual searches. |
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 |
---|---|
No tools |