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_call →
clickup_get_workspaces, then clickup_get_spaces and clickup_get_list to map workspace → list IDs before hard-coding them in workflows.What you can build
- Support → task — Form submission or chat escalation →
clickup_create_taskin the support list with priority and assignees. - Status sync — GitLab issue closed →
clickup_update_taskto move ClickUp status to Done. - Daily standup digest —
clickup_get_taskson 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
Related
- Integrations quickstart
- Wrike connector — alternative project management
- Connector catalog
- Troubleshooting