This MCP server facilitates interaction between Claude and ClickUp, a popular project management platform. It provides tools for authentication and retrieving tasks, either by task ID or custom ID. This allows Claude to automate tasks within ClickUp, such as gathering information, updating task statuses, and more, streamlining project workflows.
Key Features
01Retrieves tasks from ClickUp by custom ID.
02Authenticates with ClickUp API using an API token and workspace ID.
03Retrieves multiple tasks from ClickUp by their IDs.
04Retrieves tasks from ClickUp by task ID.
051 GitHub stars