Manage ClickUp workspaces, spaces, folders, lists, tasks, comments, and time tracking from any AI agent.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"clickup": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-clickup",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify clickup credentials by fetching the authenticated user profile. returns user id, username, email, and color”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Automate your entire ClickUp workflow — manage workspaces, spaces, folders, lists, tasks, comments, time tracking, and members from any AI agent.
ClickUp is a comprehensive work management platform used by teams worldwide for project management, task tracking, and collaboration. This MCP server gives your agents complete access to the ClickUp REST API v2: navigating the full workspace hierarchy, creating and updating tasks with full field support, managing time tracking, searching tasks, and adding comments.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-clickup
| Tool | Description |
|---|---|
| _ping | Verify credentials by fetching the authenticated user profile |
| get_workspaces | Get all workspaces (teams) for the authenticated user |
| get_spaces | Get all spaces in a workspace |
| create_space | Create a new space in a workspace |
| get_space | Get a specific space by ID |
| get_folders | Get all folders in a space |
| create_folder | Create a new folder in a space |
| get_lists | Get lists in a folder or space (folderless) |
| create_list | Create a list in a folder or space with optional due date and priority |
| get_list | Get a specific list by ID |
| get_task | Get full task details — name, description, status, priority, due date, assignees, tags |
| list_tasks | List tasks in a list with filters for status, assignee, due date, and priority |
| create_task | Create a task with name, description, priority, due date, assignees, tags, and status |
| update_task | Update task fields: name, description, status, priority, due date |
| delete_task | Permanently delete a task |
| add_task_comment | Add a comment to a task with optional assignee notification |
| get_task_comments | Get all comments on a task |
| set_task_custom_field | Set a custom field value on a task |
| start_time_entry | Start a time tracker on a task |
| stop_time_entry | Stop the running time tracker |
| get_time_entries | Get time entries for a workspace filtered by task or member |
| get_workspace_members | Get all members in a workspace |
| search_tasks | Search tasks across a workspace by query string |
| Variable | Required | Description | How to Get |
|---|---|---|---|
| CLICKUP_API_TOKEN | Yes | Your ClickUp personal API token | Go to ClickUp → Profile avatar → Settings → Apps → API Token → Generate or copy your token |
CLICKUP_API_TOKEN under Project → SecretsOnce added, every AI agent in your workspace can manage ClickUp tasks automatically — no per-user setup needed.
"Create a high-priority task called 'Fix auth bug' in the Backend Backlog list and assign it to user 12345"
"Get all open tasks in list abc123 that are due before end of this week"
"Start time tracking on task 9hz4k7 and add a comment saying 'starting investigation'"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-clickup \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-CLICKUP-API-TOKEN: pk_your_api_token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_workspaces","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-clickup
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Discover and invoke any MCP, Function, or Skill published to the Aerostack marketplace — the universal AI capability hub.
by @aerostack
Search indexes, manage records, browse data, and configure ranking in Algolia — AI-native instant search access.
by @aerostack
Query documents, run AQL, traverse graphs, and manage collections in your ArangoDB database — AI-native multi-model database access.
by @aerostack
Post, schedule, and analyze social media across 13 platforms — Facebook, Instagram, X, LinkedIn, TikTok, Bluesky, Threads, Reddit, Pinterest, YouTube, Telegram, Snapchat, Google Business.
by @aerostack
Manage projects, to-dos, messages, schedules, and campfire chats in Basecamp — AI-native project management.
by @aerostack
Run SQL queries, list datasets and tables, inspect schemas, and export results from Google BigQuery — AI-native data warehouse access.
Yes. The Clickup MCP includes a create_space tool that lets Claude create spaces in your Clickup account from a plain-English prompt. You can also update and delete spaces — no Clickup UI needed.
Yes. The Clickup MCP has search and list tools for tasks. Ask Claude to find tasks by any criteria and it runs the Clickup API query for you, returning results directly in the conversation.
Yes. The Clickup MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 22 Clickup tools are available everywhere you connect it — install once on Aerostack.
Yes. The Clickup MCP includes tools to update tasks in your Clickup account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Clickup API.