remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides tools for accessing and manipulating ClickUp data including workspaces, spaces, folders, lists, tasks, docs, comments, and checklists, with capabilities for retrieving, creating, and updating various ClickUp resources.
ClickUp MCP Server
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.
Available Tools
get_workspaces
: Get the list of workspacesget_spaces
: Get spaces within a workspaceget_tasks
: Get tasks from a listcreate_task
: Create a new taskupdate_task
: Update an existing taskget_docs_from_workspace
: Get all docs from a workspacecreate_folder
: Create a new folder in a spaceget_lists
: Get lists in a folder or spacecreate_list
: Create a new list
Installation
Get ClickUp API Token
- Log in to ClickUp account
- Go to Settings > Apps
- Click "Generate API Token"
- Copy the token
Configuration
Add to the MCP settings file:
- Make sure to correct the path
- Make sure to supply your API token
Alternate Installation (npx)
For users who prefer not to clone the repository, the package can be run directly using npx:
- Replace
YOUR_API_TOKEN_HERE
with your API token - No installation or cloning is required with this method
Configuration File Locations
- 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
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
Development
Building
Running Tests
License
MIT
You must be authenticated.
ClickUp MCP Server enables AI assistants to seamlessly interact with your ClickUp workspace. This powerful integration allows Claude to create and manage tasks, access documents, organize folders and lists, add comments, and handle checklists—all through natural conversation.
- Available Tools
- Installation
- Get ClickUp API Token
- Configuration
- Alternate Installation (npx)
- Configuration File Locations
- Development
- License