ClickUp
Overview
ClickUp keeps tasks, docs, goals and chat in one Workspace, organized into Spaces, Folders and Lists. Its MCP server, in public beta on every plan, searches, creates and updates tasks, and works with comments, docs, time tracking and Chat. It signs in with OAuth only. Without the Everything AI add-on, MCP calls are capped per rolling 24 hours: 50 on the Free Forever plan and 300 on Unlimited and above; with it, the API's own rate limits apply. The REST API takes a personal token, which starts with `pk_`, in the `Authorization` header as is; OAuth apps send `Bearer <token>` instead. Most endpoints are v2 and newer ones, such as Chat, are v3, both under the base URL above. In v2 paths a Workspace is called a team.
Workflows
0 workflows using ClickUp.
Tools
What agents can reach at ClickUp.
Comment on a taskClickUp · Adds a comment to a task, optionally assigned to someone, and returns the new comment's id.
Create a taskClickUp · Creates a task in a List with its name, description, assignees, status, priority, due date and custom fields, and returns the task.
Filter tasks in a WorkspaceClickUp · Returns the tasks across a Workspace that match filters such as Lists, statuses, assignees, tags and dates, 100 per page.
Send a Chat messageClickUp · Posts a message to a ClickUp Chat channel, such as an alert for a team, and returns the message.
Update a taskClickUp · Changes the fields you send on a task, such as its name, description, status, priority, dates or assignees, and leaves the rest as they were.