clickup-mcp-server

clickup-mcp-server

3.4

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

  1. clickup_create_task

    Create a new task in the ClickUp list

  2. clickup_update_task

    Update the properties of an existing task

  3. clickup_get_teams

    Search all accessible teams

  4. clickup_get_lists

    Get all lists in a specific folder

  5. clickup_create_board

    Create a new board in the ClickUp space