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.
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.
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
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI integrations with ClickUp tasks, supporting resource management, task operations, workspace organization, and AI-powered task recommendations through a standardized protocol.Last updated -1820389TypeScriptMIT License
- AsecurityAlicenseAqualityAn enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.Last updated -40203TypeScriptMIT License
- -securityAlicense-qualityAn MCP server implementation that enables Claude AI to interact with Clickhouse databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.Last updated -PythonMIT License