ClickUp MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_APP_ENV | No | Application environment (default: development) | development |
| CLICKUP_BASE_URL | No | Base URL for ClickUp API (default: https://api.clickup.com/api/v2) | https://api.clickup.com/api/v2 |
| CLICKUP_API_TOKEN | Yes | Your ClickUp API token (required) | |
| CLICKUP_MAX_RETRIES | No | Maximum number of retries for failed requests (default: 2) | 2 |
| CLICKUP_RETRY_BACKOFF_SECONDS | No | Retry backoff in seconds (default: 0.5) | 0.5 |
| CLICKUP_REQUEST_TIMEOUT_SECONDS | No | Request timeout in seconds (default: 15) | 15 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_userA | Return the current ClickUp user profile using the configured API token. Use this to verify authentication and retrieve your user details (id, email, name). |
| get_taskC | Get a specific task by ID. Parameters:
|
| create_taskC | Create a new task in a list. Parameters:
|
| update_taskB | Update an existing task. Parameters:
|
| delete_taskC | Delete a task. Parameters:
|
| list_tasksA | List tasks in a list with optional filtering. Parameters:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/deniskrds/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server