ClickUp MCP
Manage tasks, docs, and projects in ClickUp directly from agent workflows
ClickUp's official MCP server exposes your workspace's tasks, lists, spaces, and docs as agent-callable tools via the Model Context Protocol. Agents can create tasks, update statuses, assign members, query lists, and more — enabling project management automation without custom API code. The server is hosted at https://mcp.clickup.com/mcp and uses HTTP transport.
Official documentationSetup
Get your ClickUp Personal API Token
Get your ClickUp Personal API Token
Sign in to ClickUp, click your avatar in the bottom-left corner > Settings > Apps. Under 'API Token', click 'Generate' and copy the token (starts with pk_...). Treat it like a password — it has full access to your ClickUp workspace.
ClickUp API SettingsAdd the integration in CipherSense Agents
Add the integration in CipherSense Agents
Go to Project > Integrations > Add Integration > ClickUp MCP. Paste your Personal API Token. The endpoint is pre-filled to https://mcp.clickup.com/mcp and locked. Click Save & Test — CipherSense Agents automatically calls tools/list to discover all available ClickUp tools.
Use in a workflow
Use in a workflow
Drag a ClickUp MCP node onto the canvas. Select 'Call Tool', enter a tool name (e.g. create_task, get_tasks, update_task), and provide arguments as a JSON object. Wire upstream AI output into the arguments field using template variables like {{upstream_key}}.
Connection Fields
Fields required when adding this integration in your Project › Integrations.
| Field | Required | Description |
|---|---|---|
| MCP Endpoint URL | Required | Official ClickUp MCP server endpoint. Fixed to https://mcp.clickup.com/mcp — not editable. |
| Personal API Token or OAuth Token | Required | Your ClickUp Personal API Token from Settings > Apps. OAuth 2.0 access tokens are also accepted. |
Common Use Cases
Ready to connect ClickUp MCP?
Add this integration from your project dashboard and wire it into a workflow.
On This Page