Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANGNoIf 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_IMAGESNoThe maximum number of images to return for a task in getTaskById4
CLICKUP_API_KEYYesYour ClickUp API key (Profile Icon > Settings > Apps > API Token ~ usually starts with pk_)
CLICKUP_TEAM_IDYesYour ClickUp Team ID (formerly Workspace ID). The 7–10 digit number in the URL when you are in the settings
CLICKUP_MCP_MODENoControls which tools are available. Options: read-minimal (perfect for AI coding assistants and context gathering), read (full read-only access for project exploration), write (complete functionality for task management)write
MAX_RESPONSE_SIZE_MBNoThe maximum response size in megabytes for getTaskById. Uses intelligent size budgeting to fit the most important images within the limit1
CLICKUP_PRIMARY_LANGUAGENoA 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

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renatco/clickup-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server