ClickUp

ClickUp

MCP server for ClickUp task management, supporting task creation, updates, bulk operations, and markdown descriptions.

451
Stars
140
Forks
12
Releases

Overview

This MCP server provides a Model Context Protocol integration that connects AI applications to ClickUp. It lets AI agents interact with ClickUp resources—tasks, spaces, lists, folders—through a standardized interface and a broad set of tools. Core capabilities cover creating, updating, deleting, moving, and bulk operations on tasks; time tracking; document management; comments and attachments; and tag management. It also supports workspace navigation (viewing the hierarchy), subtasks, and member resolution, enabling tasks to be created with assignees by ID, email, or username. Configuration is performed via environment variables and supports both hosted webhook-based deployments and NPX installations. Tools can be selectively enabled or disabled using ENABLED_TOOLS or DISABLED_TOOLS; by default all tools are available. The server supports two transports: HTTP Streamable (MCP Inspector compatible) and legacy SSE for backward compatibility, with HTTP/HTTPS endpoints and health checks. The repository includes example clients and notes about a Smithery-hosted instance. Security features are opt-in, with guidance for enabling TLS, origin validation, and rate limiting in production.

Details

Owner
TaazKareem
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Task Management

Create, update, and delete tasks; move/duplicate; single and bulk operations; natural language dates; subtasks; comments and attachments.

Tag Management

Create/update/delete space tags; tag tasks; color commands; view all space tags; tag-based organization.

Time Tracking

View/add time entries; start/stop timers; manage running timer; track billable vs non-billable time.

Workspace Organization

Navigate spaces, folders, and lists; create/move lists; view workspace hierarchy; efficient navigation.

Document Management

List documents and pages; create and update document pages; manage document content.

Member Management

Find workspace members; resolve assignees by ID/email/username; view member details and permissions; assign tasks.

Integration Features

Global name/ID lookups; case-insensitive matching; markdown support; built-in rate limiting; validation; broad API coverage.

Architecture & Performance

70% codebase reduction; unified architecture across transports; HTTP Streamable and SSE support; zero code duplication.

Audience

AI developersBuild AI-powered workflows that manage ClickUp tasks, spaces, lists, and folders via MCP.
Automation engineersOrchestrate creation, updates, and bulk operations of ClickUp resources through MCP-enabled tools.
AI integration teamsIntegrate ClickUp data into external AI applications and client software via MCP.

Tags

MCP serverClickUp integrationAI applicationsTask managementTime trackingDocument managementWorkspace organizationMember managementBulk operationsHTTP transportSSE transportNPX installationEnvironment variablesSecurity features