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 implementation for ClickUp integration, enabling AI assistants to interact with ClickUp workspaces.
The ClickUp MCP Server is a robust implementation designed to facilitate seamless integration between AI assistants and ClickUp workspaces. It operates via the Stdio protocol as per the MCP specification, allowing for efficient communication with ClickUp's API. Users authenticate using their ClickUp Personal API Token, which ensures secure access to their workspace data. The server supports a wide range of functionalities, including task, team, list, board, space, folder, custom field, doc, and view management. This makes it a versatile tool for managing various aspects of ClickUp directly through an MCP client. The server is designed to be easily installed and configured, with support for environment variables to customize its operation. It also includes development and testing tools to facilitate local development and ensure reliability.
Features
- Task Management: Create and update tasks within ClickUp lists.
- Team & List Management: Retrieve and manage teams and lists.
- Board Management: Create and manage boards within ClickUp spaces.
- Space Management: Manage spaces, including creation, retrieval, and updates.
- Doc Management: Handle ClickUp docs, including creation and content management.
Tools
clickup_create_task
Create a new task in the ClickUp list
clickup_update_task
Update the properties of an existing task
clickup_get_teams
Search all accessible teams
clickup_get_lists
Get all lists in a specific folder
clickup_create_board
Create a new board in the ClickUp space