About
Overview
The ClickUp MCP Server enables AI agents to interact with ClickUp's productivity platform. It provides tools for managing the full workspace hierarchy (spaces, folders, lists, tasks), creating and updating tasks, managing custom fields, and working with time tracking and goals.
Capabilities
Tools & Capabilities
⚡list_spaces
List all spaces in the workspace
⚡list_tasks
List tasks in a list
⚡create_task
Create a new task
⚡update_task
Update task properties
⚡get_task
Get task details
Setup
Installation
bash
Install
npx -y mcp-server-clickupExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"clickup": {
"command": "npx",
"args": ["-y", "mcp-server-clickup"],
"env": {
"CLICKUP_API_TOKEN": "your-api-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 60
Last UpdatedFeb 12, 2026