Skip to main content
Glama
lucaspsantana

clickup-custom-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLICKUP_API_KEYYesYour ClickUp Personal Access Token. Obtain from Settings > Apps > API Token.
CLICKUP_TEAM_IDYesYour ClickUp Team ID, found in the URL: https://app.clickup.com/{team_id}/...

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
clickup_list_tasksA

List ClickUp tasks. Filter by list_id, status, assignee, or search term. Uses team task filter when list_id is omitted.

clickup_update_taskC

Update a ClickUp task by task_id

clickup_list_docsA

Search/list ClickUp Docs and Wikis in the workspace. Use doc_type to filter: doc, wiki, or all.

clickup_list_doc_pagesC

List pages inside a ClickUp Doc or Wiki

clickup_create_docB

Create a ClickUp Doc. Optionally attach to a Space, Folder, or List via parent_id.

clickup_edit_docC

Edit a page inside a ClickUp Doc. Updates page name and/or markdown content.

clickup_create_wikiB

Create a ClickUp Wiki attached to a Space.

clickup_edit_wikiC

Edit a page inside a ClickUp Wiki (same API as Docs)

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

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