How to integrate ClickUp MCP with Atomic Agent

Connect Atomic Agent to ClickUp MCP. List open tasks assigned to me, create task with due date tomorrow, and more using natural language, with authentication handled for you.

ClickUp MCP logoClickUp MCP
Dcr Oauth

ClickUp MCP is ClickUp's integration exposing workspace tasks, lists, docs, and time-tracking. It centralizes project data so AI agents can automate workflows and speed up collaboration.

56 Tools

Introduction

Atomic Agent is an open-source AI agent that runs on your machine and supports local models through llama.cpp. Connect it to 1,500+ apps through Composio, including ClickUp.

This guide uses Atomic Agent's built-in Composio integration. You need Atomic Agent v0.5.6 or later, your own Composio API key, and a ClickUp account. See the Atomic Agent documentation for installation instructions.

Also integrate ClickUp MCP with

How Atomic Agent connects to ClickUp

Atomic Agent connects to Composio's Tool Router over Streamable HTTP MCP. It discovers the tools needed for your request, and Composio handles account authentication.

Execution and account-connection tools follow Atomic Agent's configured approval policy. Review any approval prompt before allowing an action on your connected account.

Connect ClickUp to Atomic Agent

  1. Sign up or sign in to the Composio dashboard. Copy your API key.
  2. In Atomic Agent, open the Integrations tab and select Composio. Select API key, press e, paste the key, and press Enter. The tools become available immediately, without a restart.
  3. Ask Atomic Agent to do something in ClickUp. It searches Composio for the right tool.
  4. On first use, open the sign-in link returned in the chat. Connect your ClickUp account, then return to Atomic Agent to continue.

Headless setup

Add the following line to ~/.atomic-agent/.env, replacing YOUR_COMPOSIO_API_KEY with your key. Start Atomic Agent after saving the file.

bash
COMPOSIO_API_KEY=YOUR_COMPOSIO_API_KEY

What is the ClickUp MCP server, and what's possible with it?

The ClickUp MCP server is an implementation of the Model Context Protocol that connects your AI agent and assistants like Claude, Cursor, etc directly to your ClickUp account. It provides structured and secure access so your agent can perform ClickUp operations on your behalf.

Use ClickUp from Atomic Agent

With your account connected, ask Atomic Agent to work with ClickUp in natural language. You can connect more apps through the same Composio integration as you need them.

Visit the Atomic Agent website or inspect the Atomic Agent source code.

Troubleshooting

Why is my API key rejected?

Copy the key directly from the Composio dashboard. Atomic Agent requires ASCII characters because it sends the key in an HTTP header. Remove any extra characters introduced when copying.

Why are Composio tools unavailable after saving a key?

Check that you use Atomic Agent v0.5.6 or later and that Composio is enabled in your configuration. A "composio": { "enabled": false } setting disables the integration while keeping the saved key on disk.

Does Composio have a free plan?

The Hobby plan includes 100,000 tool calls per month. Composio-managed OAuth apps have a lower included allowance. See Composio pricing for the current limits that apply to your connection.

TOOLS

Supported Tools

Every ClickUp MCP action and event your agent gets out of the box.

Clickup add tag to task

Add existing tag to task.

Clickup add task dependency

Set a directional dependency where one task blocks the other.

Clickup add task link

Link two tasks together.

Clickup add task to list

Add a task to an additional list (keeps current home list).

Clickup add time entry

Add a manual time entry to a task.

Clickup attach task file

Attach file to task.

Clickup create comment

Create a comment or threaded reply on a task, list, or view.

Clickup create document

Create a document in a ClickUp space, folder, or list.

Clickup create document page

Create a new page in a ClickUp document.

Clickup create folder

Create folder in ClickUp space.

Clickup create list

Create a list in a ClickUp space.

Clickup create list in folder

Create a list in a ClickUp folder.

Clickup create reminder

Create a personal reminder in your ClickUp workspace.

Clickup create task

Create a task in a ClickUp list.

Clickup create task comment

[DEPRECATED → clickup_create_comment] Legacy name for creating a task comment, kept for clients with stale tool listings.

Clickup delete comment

Delete a comment by comment_id.

Clickup delete task

Delete a task by task_id (supports custom IDs like 'DEV-1234').

Clickup download task attachment

Download a ClickUp task attachment (get attachment IDs from clickup_get_task with include: ["attachments"]).

Clickup filter tasks

Retrieve tasks with combined filters (tags, lists, folders, spaces, statuses, assignees, due date range, completion date range).

Clickup find member by name

Get a member in the ClickUp workspace by name or email.

Clickup get bulk tasks time in status

Get the time multiple tasks have spent in each status (bulk operation, up to 100 tasks).

Clickup get chat channel messages

Get messages for a chat channel.

Clickup get chat channels

List chat channels in the workspace with pagination support.

Clickup get chat message replies

Get threaded replies for a chat message by message_id.

Clickup get current time entry

Get the currently running time entry, if any.

Clickup get custom fields

Get custom field definitions at any hierarchy level (list, folder, space, or workspace).

Clickup get document pages

Get the full content of specific pages by page ID.

Clickup get folder

Get folder details by folder_id or folder_name (+ space info).

Clickup get list

Get list details by list_id or list_name.

Clickup get task

Retrieve a ClickUp task by ID (supports custom IDs like 'DEV-1234').

Clickup get task comments

Get task comments with reply_count per comment.

Clickup get task time in status

Get the time a task has spent in each status.

Clickup get threaded comments

Get threaded replies for a comment by comment_id.

Clickup get time entries

Get time entries with optional filtering by task, date range, assignee, and billable status.

Clickup get workspace hierarchy

Get workspace hierarchy (spaces, folders, lists) with pagination and depth control.

Clickup get workspace members

List all members in the workspace.

Clickup list document pages

List page names and structure of a document (no content).

Clickup merge tasks

Merge one or more source tasks into a target task.

Clickup move task

Move a task to a new home list.

Clickup remove tag from task

Remove tag from task.

Clickup remove task dependency

Remove a dependency between two tasks.

Clickup remove task from list

Remove a task from an additional list (cannot remove from home list).

Clickup remove task link

Remove a link between two tasks.

Clickup request attachment upload

Get short-lived, structured upload details (upload URL, ticket, HTTP method, and multipart field name) to attach a LOCAL file (any size) to a task; follow the returned instructions to upload it with a native HTTP client.

Clickup resolve assignees

Convert names, emails, or "me" to numeric ClickUp user IDs.

Clickup search

Search across all workspace content (tasks, docs, dashboards, attachments, whiteboards, chats, forms).

Clickup search reminders

Search and list your reminders.

Clickup send chat message

Send a message or threaded reply to a chat channel.

Clickup start time tracking

Start time tracking on a task.

Clickup stop time tracking

Stop the currently running time tracker.

Clickup update comment

Edit an existing comment in place by comment_id.

Clickup update document page

Update a page in a ClickUp document.

Clickup update folder

Update a ClickUp folder.

Clickup update list

Update a ClickUp list.

Clickup update reminder

Update a reminder by reminder_id.

Clickup update task

Update task properties.

FAQ

Frequently asked questions

With a standalone ClickUp MCP server, the agents and LLMs can only access a fixed set of ClickUp tools tied to that server. However, with the Composio Tool Router, agents can dynamically load tools from ClickUp and many other apps based on the task at hand, all through a single MCP endpoint.

Yes, you can. Atomic Agent fully supports MCP integration. You get structured tool calling, message history handling, and model orchestration while Tool Router takes care of discovering and serving the right ClickUp tools.

Yes, absolutely. You can configure which ClickUp scopes and actions are allowed when connecting your account to Composio. You can also bring your own OAuth credentials or API configuration so you keep full control over what the agent can do.

All sensitive data such as tokens, keys, and configuration is fully encrypted at rest and in transit. Composio is SOC 2 Type 2 compliant and follows strict security practices so your ClickUp data and credentials are handled as safely as possible.

Start with ClickUp MCP.It takes 30 seconds.

Managed auth, hosted MCP servers, and every ClickUp MCP tool your agent needs.Free to start.

Start building