ClickUp
A productivity platform for tasks, docs, and goals across teams and workspaces.
https://api.clickup.com
https://mcp.clickup.com/mcp
Agent
const bundleup = new BundleUp('Zw7Lt7...');
const mcp = bundleup.mcp('conn_abc123').connect();
const tools = await mcp.listTools(); Proxy
const bundleup = new BundleUp('Zw7Lt7...');
const proxy = bundleup.proxy('conn_abc123');
const response = await proxy.get('/[...]');Unified MCP Tools
me
Get the ClickUp account the connection is authenticated as.
tickets
Retrieve a list of tasks from ClickUp.
ticket
Retrieve a single task from ClickUp by ID.
projects
Retrieve a list of Spaces from the workspace the connection was authorized on.
Unified API Endpoints
/me
Retrieve the ClickUp account this connection is authenticated as.
/ticketing/tickets
Retrieve a list of tasks from ClickUp, from the workspace the connection was authorized on.
/ticketing/tickets/{id}
Retrieve a single task from ClickUp by ID.
/ticketing/projects
Retrieve a list of Spaces from the workspace the connection was authorized on. Spaces are the top level of a ClickUp workspace, so they are the closest match to a project.
