Skip to main content
The clickup MCP adapter connects to the ClickUp API. List workspaces and spaces, create and update tasks, read comments, and keep project management in sync with automation — ideal for ticket routing, status updates, and agent-driven task creation.

Prerequisites

  • A ClickUp account with access to the target workspaces
  • A ClickUp personal API token (pk_...) from Settings → Apps
  • List and task IDs from ClickUp URLs or discovery tools
  • project_contributor access in AgentRuntime

Connect in AgentRuntime

1

Create a ClickUp API token

In ClickUp, go to Settings → Apps and generate a personal API token. Copy the pk_... value.
2

Create a connection

Go to Connections and click New custom connection to create an API key connection with APIKey.
3

Add clickup MCP instance

Go to MCP, click Add instance for clickup, wire your connection on Instance config, set the profile active, and save.
4

Discover IDs

Run mcp_callclickup_get_workspaces, then clickup_get_spaces and clickup_get_list to map workspace → list IDs before hard-coding them in workflows.
See Authentication for binding connections to MCP instances.

What you can build

  • Support → task — Form submission or chat escalation → clickup_create_task in the support list with priority and assignees.
  • Status sync — GitLab issue closed → clickup_update_task to move ClickUp status to Done.
  • Daily standup digestclickup_get_tasks on a sprint list → LLM summarizes blockers.
  • Comment trail — Agent adds context with clickup_create_comment; humans reply in ClickUp UI.

Tools

Example

Create a task from a workflow trigger:

Configuration

Troubleshooting