How to integrate ClickUp MCP with Hermes

Connect Hermes 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

Hermes is a 24/7 autonomous agent that lives on your computer or server — it remembers what it learns and evolves as your usage grows.

This guide explains the easiest and most robust way to connect your ClickUp account to Hermes. You can do this through either Composio Connect CLI or Composio Connect MCP. For personal use we recommend the CLI, but you won't go wrong with MCP either.

Also integrate ClickUp MCP with

What is Composio Connect?

Composio Connect is a consumer offering that lets anyone plug 1,000+ applications directly into their agent harness — including Hermes. It can:

  • Search and load tools from relevant toolkits on-demand, reducing context usage.
  • Chain multiple tools to accomplish complex workflows via a remote workbench, without excessive back-and-forth with the LLM.
  • Manage app authentication end-to-end with zero manual overhead.

Integrating ClickUp with Hermes

Using Composio Connect CLI

1. Install the Composio CLI

Run the install script directly, or paste https://composio.dev/hermes into your Hermes chat box to have it installed for you.

bash
curl -fsSL https://composio.dev/install | bash
Hermes authenticating with Composio

2. Authenticate

Once the CLI is installed, ask Hermes to authenticate with Composio.

3. Connect to ClickUp

Ask your agent to connect to ClickUp, or simply request any ClickUp-related task. Hermes will prompt you to authenticate and authorize access.

4. Done. You're all set with a new ClickUp connection.


Using Composio Connect MCP

1. Get your MCP URL and API Key

Go to dashboard.composio.dev and copy your Connect MCP URL and API key.

Copy MCP URL and API key from Composio dashboard

2. Open the Hermes config file

bash
nano ~/.hermes/config.yaml

3. Add the Composio Connect MCP server

bash
mcp_servers:
  composio:
    url: "https://connect.composio.dev/mcp"
    headers:
      x-consumer-api-key: "YOUR_COMPOSIO_API_KEY"
    connect_timeout: 60
    timeout: 180

Save with Ctrl + O, Enter, then exit with Ctrl + X.

4. Restart your Hermes agent

Once restarted, ask your agent to connect to ClickUp or request any ClickUp-related task. It will prompt you to authenticate and authorize access.

5. Done!

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.

Way Forward

With ClickUp connected, Hermes can now act on your behalf whenever it detects a relevant task or you ask it to.

From here, you can extend Hermes further:

  • Connect more apps: Calendar, Slack, Notion, Linear, and hundreds of others are available through the same Composio Connect setup. Each new integration compounds what Hermes can do for you.
  • Build workflows across tools: Once multiple apps are connected, Hermes can chain actions together — turn an email into a calendar invite, a Slack message into a Linear ticket, or a meeting note into a follow-up draft.
  • Let it learn your patterns: The more you use Hermes, the better it gets at anticipating how you'd handle recurring tasks. Give it feedback on drafts and decisions, and it will adapt.

If you run into trouble or want to share what you've built, join the community or check out the Docs for deeper configuration options.

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.

FRAMEWORKS

How to build ClickUp MCP Agent with another framework

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. Hermes 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