clickup-mcp-server
If you are the rightful owner of clickup-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for ClickUp API interaction and automation.
The ClickUp MCP Server is designed to facilitate seamless interaction with the ClickUp API, enabling AI systems to automate and manage tasks, lists, and spaces within ClickUp. This server is particularly useful for AI tools like Claude, which can leverage its capabilities to streamline project management and task automation. By providing a comprehensive suite of tools, the server allows for efficient task creation, updating, and organization, as well as workspace management. It supports markdown for task descriptions and comments, ensuring proper formatting and display. The server also offers robust error handling and validation, making it a reliable choice for developers looking to integrate ClickUp functionalities into their AI systems.
Features
- Task Management: Create, update, and delete tasks; manage subtasks; add comments and attachments; support for bulk operations.
- Workspace Organization: Navigate and manage workspaces, spaces, folders, and lists; create and organize lists within spaces and folders.
- Formatting and Display: Full markdown support for task descriptions and comments; HTML conversion for proper rendering in ClickUp.
- Developer Experience: Comprehensive error handling and validation; clear, consistent API responses; detailed documentation.
Tools
get_workspaces
Gets all workspaces/teams.
navigate_workspace
Navigates through workspace hierarchy using path notation.
get_spaces
Gets all spaces in a workspace.
create_space
Creates a new space in a workspace.
get_space_hierarchy
Gets the full hierarchy of a space including folders and lists.