ClickUp MCP Server
by nsxdavid
A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with the ClickUp API. This server enables AI systems to access and manipulate ClickUp data such as workspaces, spaces, folders, lists, tasks, docs, comments, and checklists.
Last updated: N/A
What is ClickUp MCP Server?
The ClickUp MCP Server is a bridge between AI assistants and the ClickUp API, allowing AI systems to access and manipulate ClickUp data through a standardized Model Context Protocol (MCP) interface.
How to use ClickUp MCP Server?
- Clone the repository or use npx. 2. Obtain a ClickUp API token from your ClickUp settings. 3. Configure the MCP settings file with the path to the server and your API token. 4. Ensure the server is enabled in the MCP settings.
Key features of ClickUp MCP Server
Standardized MCP interface for ClickUp API access
Access to workspaces, spaces, folders, lists, tasks, docs, comments, and checklists
Tools for getting workspaces, spaces, tasks, docs, and lists
Tools for creating and updating tasks, folders, and lists
Use cases of ClickUp MCP Server
Integrating ClickUp data into AI-powered workflows
Automating task management through AI assistants
Building AI-driven ClickUp integrations
Enabling natural language interaction with ClickUp data
FAQ from ClickUp MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a standardized interface for AI assistants to interact with various services.
How do I get a ClickUp API token?
How do I get a ClickUp API token?
Log in to your ClickUp account, go to Settings > Apps, and click 'Generate API Token'.
Where is the MCP settings file located?
Where is the MCP settings file located?
The location depends on the application using MCP. Examples include the Cline VSCode Extension and Claude Desktop Apps, with specific paths provided in the README.
Can I use this server without cloning the repository?
Can I use this server without cloning the repository?
Yes, you can use the server directly with npx, as described in the 'Alternate Installation (npx)' section.
What Node.js version is required?
What Node.js version is required?
Node.js version 18.0.0 or higher is required.