ClickUp MCP Server
by MCP-Mirror
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 Model Context Protocol server that allows AI assistants to interact with the ClickUp API in a standardized way. It provides tools to access and manipulate ClickUp data, making it easier for AI systems to automate tasks and retrieve information from ClickUp.
How to use ClickUp MCP Server?
To use the server, you can either clone the repository and install dependencies using npm install
, or use npx
to run the server directly. You'll need to obtain a ClickUp API token from your ClickUp settings and configure the MCP settings file with the correct path to the server and your API token. The README provides examples for both installation methods.
Key features of ClickUp MCP Server
Provides a standardized interface for AI assistants to interact with ClickUp
Supports accessing and manipulating ClickUp data (workspaces, spaces, folders, lists, tasks, docs, comments, checklists)
Offers tools for getting workspaces, spaces, tasks, docs, and lists
Enables creating and updating tasks, folders, and lists
Use cases of ClickUp MCP Server
Automating task creation and updates in ClickUp using AI
Retrieving information from ClickUp for AI-powered reporting and analysis
Integrating ClickUp with other AI-driven workflows
Building AI assistants that can manage projects and tasks in ClickUp
Creating custom AI tools that leverage ClickUp's data and functionality
FAQ from ClickUp MCP Server
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 the MCP server. Examples include: Cline VSCode Extension: ~/.vscode/extensions/saoudrizwan.claude-dev/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
, Claude Desktop Apps (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json
, Claude Desktop Apps (Windows): %APPDATA%\Claude\claude_desktop_config.json
Can I run the server without cloning the repository?
Can I run the server without cloning the repository?
Yes, you can use npx clickup-mcp-server
to run the server directly without cloning the repository.
What Node.js version is required?
What Node.js version is required?
Node.js version >= 18.0.0 is required.
What is the license of this project?
What is the license of this project?
This project is licensed under the MIT License.