clickup-mcp-server
10
The ClickUp MCP Server facilitates AI systems' interactions with ClickUp by providing a standardized interface to access and modify various data elements, such as workspaces and tasks. It is designed for ease of use with convenient installation methods and robust configuration options.
ClickUp MCP Server
A Model Context Protocol (MCP) server providing a standardized interface for AI assistants to interact with the ClickUp API. Key functionalities include:
- Accessing and manipulating ClickUp data: workspaces, spaces, folders, lists, tasks, docs, comments, checklists.
- Available tools: get_workspaces, get_spaces, get_tasks, create_task, update_task, get_docs_from_workspace, create_folder, get_lists, create_list.
Installation and Configuration
- To install, clone the repository and run npm install.
- Obtain a ClickUp API token from the ClickUp account settings.
- Configure the MCP settings with the API token and server path.
- An alternate installation method using npx is available.