# Connect ClickUp to your AI agent

> Yes — ClawLink is a hosted ClickUp MCP server. 161 tools your agent can call from chat, with one-click hosted OAuth and nothing to run locally.

Web version: https://claw-link.dev/hub/clickup

ClawLink hosts a managed ClickUp MCP server that exposes 161 tools to your AI agent. You connect ClickUp in one click, and your agent can read, create, and update ClickUp data from chat without you building or running a local MCP server.

## Quick facts

- 161 tools callable from chat
- One-click hosted OAuth
- Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any MCP client
- No local server or config files

## Overview

The usual path is: build auth, handle token refresh, wire up the tools. With ClawLink you connect ClickUp once and start using the real actions from the agent.

## Setup

ClickUp uses OAuth. You connect it in the browser: click Connect, sign in, approve. ClawLink stores the token and refreshes it on its own. You never touch a key or wire up a redirect URL.

Authentication: hosted OAuth

## What you can do

- **Turn requests into work** — Create ClickUp docs, tasks, or events straight from the chat where the request landed.
- **Plan, then execute** — The agent checks what's already in ClickUp, sums it up, then creates the next item. No duplicates.
- **Knock out the small stuff** — Status checks, new entries, detail edits in ClickUp. The things that usually interrupt you.

## ClickUp tools

161 ClickUp tools, ready the moment you connect.

- `clickup_create_checklist` — Create a checklist in a ClickUp task
- `clickup_create_checklist_item` — Create an item in a ClickUp checklist
- `clickup_create_folder` — Create a new ClickUp folder
- `clickup_create_list` — Create a new ClickUp list
- `clickup_create_list_comment` — Add a comment to a ClickUp list
- `clickup_create_space` — Create a new ClickUp space
- `clickup_create_task` — Create a new ClickUp task
- `clickup_create_task_comment` — Add a comment to a ClickUp task
- `clickup_get_folder` — Get a ClickUp folder by ID
- `clickup_get_folder_views` — List ClickUp folder views
- `clickup_get_folders` — List ClickUp folders
- `clickup_get_list` — Get a ClickUp list by ID
- `clickup_get_list_comments` — List comments on a ClickUp list
- `clickup_get_list_views` — List ClickUp list views
- `clickup_get_lists` — List ClickUp lists
- `clickup_get_space` — Get a ClickUp space by ID
- `clickup_get_space_views` — List ClickUp space views
- `clickup_get_spaces` — List ClickUp spaces
- `clickup_get_task` — Get a ClickUp task by ID
- `clickup_get_task_comments` — List comments on a ClickUp task
- `clickup_get_task_templates` — List ClickUp task templates
- `clickup_get_tasks` — List ClickUp tasks with optional filters
- `clickup_get_view` — Get a ClickUp view by ID
- `clickup_get_view_tasks` — List tasks from a ClickUp view
- `clickup_start_time_entry` — Start a time entry for a ClickUp task
- `clickup_stop_time_entry` — Stop the current time entry in ClickUp
- `clickup_update_checklist` — Update a ClickUp checklist
- `clickup_update_checklist_item` — Update a ClickUp checklist item
- `clickup_update_comment` — Update a ClickUp comment
- `clickup_update_folder` — Update a ClickUp folder

## Example prompts

- **Create checklist:** Create it in ClickUp. Confirm the key fields with me before you finish.
- **Create checklist item:** Create it in ClickUp. Confirm the key fields with me before you finish.
- **Create folder:** Create it in ClickUp. Confirm the key fields with me before you finish.
- **Create list:** Create it in ClickUp. Confirm the key fields with me before you finish.

## ClawLink vs. building it yourself

| | Manual | ClawLink |
|---|---|---|
| Connection | Build it yourself. You register a developer app with ClickUp, set up redirect URLs, handle the consent screen, store and refresh access tokens, and redo the wiring when scopes change. | Hosted hosted OAuth. Connect once in the browser. ClawLink owns the lifecycle. |
| Maintenance | Token refresh, permission debugging, env config, every edge case. All yours. | ClawLink handles the plumbing. You focus on the workflow. |
| Time to first call | Days to weeks. Auth, storage, tool wiring, testing. Then the agent can act. | About two minutes from sign-up to the agent calling ClickUp. |

## FAQ

### How do I connect ClickUp to my AI agent?

Install ClawLink, open the dashboard, click Connect next to ClickUp, and finish the hosted OAuth flow. Your agent can call ClickUp from the next message. Two minutes, total.

### Is there a ClickUp MCP server I can use?

Yes. ClawLink exposes ClickUp as 161 tools your agent calls through a hosted MCP-compatible runtime. You don't run a local server or edit a config file. The tools are there the moment you connect.

### Do I need ClickUp API credentials?

No separate API key. You sign in to ClickUp through the normal OAuth flow and ClawLink handles the token after that.

### How much does it cost?

Your first integration is free, plus a 7-day trial of the full catalog. Paid plans unlock the rest of the library.

### Can I set this up from the terminal instead of the dashboard?

Yes. Run npx -y @useclawlink/cli login, then npx -y @useclawlink/cli connect clickup. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize ClickUp. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
