ClickUp MCP Integration
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLICKUP_API_TOKEN | Yes | Your ClickUp API token generated from the ClickUp user settings | |
| CLICKUP_WORKSPACE_ID | Yes | Your ClickUp Workspace ID (found in the URL: https://app.clickup.com/{workspace_id}/home) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| clickup_get_task_by_custom_idC | Get a task by its custom ID |
| clickup_get_taskC | Get a task by its ID |
| clickup_create_taskC | Create a new task in ClickUp |
| clickup_update_taskC | Update a task by its ID |
| clickup_update_task_by_custom_idC | Update a task by its custom ID |
| get_spacesB | Get all spaces in the workspace |
| get_foldersB | Get all folders in a space |
| get_listsB | Get all lists in a folder |
| create_listC | Create a new list in a folder |
| clickup_get_list_custom_fieldsC | Get all accessible custom fields for a list |
| clickup_set_custom_field_valueB | Set a value for a custom field on a task |
| clickup_set_custom_field_value_by_custom_idC | Set a value for a custom field on a task using the task's custom ID |
| get_list_assigneesC | Get all members (potential assignees) of a list |
| clickup_search_docsC | Search for docs in a specific parent |
| clickup_create_docC | Create a new doc in ClickUp |
| clickup_get_doc_pagesC | Get pages from a ClickUp doc |
| clickup_get_pageC | Get a page from a ClickUp doc |
| clickup_create_pageC | Create a new page in a ClickUp doc |
| clickup_edit_pageC | Edit a page in a ClickUp doc |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Leanware-io/clickup-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server