Skip to main content
Glama
Leanware-io

ClickUp MCP Integration

by Leanware-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLICKUP_API_TOKENYesYour ClickUp API token generated from the ClickUp user settings
CLICKUP_WORKSPACE_IDYesYour ClickUp Workspace ID (found in the URL: https://app.clickup.com/{workspace_id}/home)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/Leanware-io/clickup-mcp-server'

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