Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Enables AI assistants to manage ClickUp tasks, dependencies, time tracking, documents, and workspace organization via natural language, with enhanced task dependency features and improved reliability.

README.md

ClickUp MCP Server (Enhanced Fork)

<img src="assets/images/clickup_mcp_server_social_image.png" alt="ClickUp MCP Server" width="100%">

![NPM Version](https://www.npmjs.com/package/@djclarkson/clickup-mcp-server) ![GitHub Stars](https://github.com/djclarkson/clickup-mcp-server/stargazers) ![Maintenance](https://github.com/djclarkson/clickup-mcp-server/graphs/commit-activity)

Enhanced Fork of the original ClickUp MCP Server with additional features and improvements.

A Model Context Protocol (MCP) server for integrating ClickUp tasks with AI applications. This enhanced fork adds task dependency management and fixes critical parameter handling issues while maintaining full compatibility with the original.

🚀 New Features in This Fork

Task Dependencies Management

  • Create Dependencies: Link tasks with waiting_on/blocking relationships
  • Bulk Dependencies: Add multiple dependencies efficiently
  • Dependency Visualization: View complete dependency chains
  • Circular Dependency Prevention: Automatic validation to prevent cycles
  • Smart Dependency Resolution: Works with task IDs or names

🔧 Parameter Handling Fixes

  • Fixed parameter validation issues in task operations
  • Improved error handling for missing required parameters
  • Enhanced parameter type checking and conversion
  • Better support for optional parameters in bulk operations

🧪 Enhanced Testing

  • Comprehensive test suite for dependency operations
  • Mock-based testing for reliable CI/CD
  • Parameter validation test coverage
  • Edge case handling verification

Quick Start

NPM Installation (Recommended)

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": [
        "-y",
        "@djclarkson/clickup-mcp-server@latest"
      ],
      "env": {
        "CLICKUP_API_KEY": "your-clickup-api-key-here",
        "CLICKUP_TEAM_ID": "your-clickup-team-id-here",
        "DOCUMENT_SUPPORT": "true"
      }
    }
  }
}

Command Line Usage

npx -y @djclarkson/clickup-mcp-server@latest --env CLICKUP_API_KEY=your-api-key --env CLICKUP_TEAM_ID=your-team-id

Setup

  1. Get your credentials:
  1. Install via npm:
  • Use the configuration above in your MCP client
  • Or run directly with npx
  1. Start managing tasks with natural language!

Enhanced Features

🔗 Task Dependencies (New!)

Create and manage task dependencies with natural language:

// Create a dependency
"Make Task A depend on Task B being completed"

// View dependencies
"Show me all dependencies for Project Alpha tasks"

// Bulk dependencies
"Create dependencies: Task 1 depends on Tasks 2,3,4"

Available Dependency Tools:

  • get_task_dependencies - View task dependency chains
  • add_bulk_dependencies - Create multiple dependencies efficiently

📝 Enhanced Task Management

All original features plus improved parameter handling:

  • ✅ Create, update, and delete tasks
  • ✅ Move and duplicate tasks anywhere
  • ✅ Support for single and bulk operations
  • ✅ Set start/due dates with natural language
  • ✅ Create and manage subtasks
  • ✅ Add comments and attachments
  • Fixed parameter validation issues

🏷️ Tag Management

  • Create, update, and delete space tags
  • Add and remove tags from tasks
  • Use natural language color commands
  • Automatic contrasting foreground colors
  • View all space tags
  • Tag-based task organization

⏱️ Time Tracking

  • View time entries for tasks
  • Start/stop time tracking
  • Add manual time entries
  • Delete time entries
  • View currently running timer
  • Track billable and non-billable time

🌳 Workspace Organization

  • Navigate spaces, folders, and lists
  • Create and manage folders
  • Organize lists within spaces
  • Create lists in folders
  • View workspace hierarchy
  • Efficient path navigation

🧰 Universal ClickUp API Access (New!)

  • Call any ClickUp endpoint (dashboards, docs, custom fields, spaces, tags, lists, etc.)
  • Works with GET/POST/PUT/PATCH/DELETE
  • Pass raw query params, headers, and request bodies
  • Reuses shared auth, rate limiting, and error handling

👥 Member Management

  • Find workspace members by name or email
  • Resolve assignees for tasks
  • View member details and permissions
  • Assign tasks to users during creation and updates
  • Support for user IDs, emails, or usernames

📄 Document Management

  • Document listing through workspace
  • Document page listing and details
  • Document creation
  • Document page updates (append & prepend)

Available Tools (38+ Total)

This fork includes all original tools plus new dependency management tools:

| Category | Tools | Description | |----------|-------|-------------| | Dependencies | get_task_dependencies, add_bulk_dependencies | New! Manage task dependencies | | Task Management | 16 tools | Create, update, delete, move, duplicate tasks | | Workspace | 8 tools | Navigate spaces, folders, lists | | Tags | 6 tools | Manage space tags and task tagging | | Time Tracking | 6 tools | Track time on tasks | | Members | 3 tools | Manage workspace members | | Documents | 6 tools | Manage ClickUp documents | | Custom API | 1 tool | Raw access to any ClickUp endpoint |

View complete API reference

Configuration Options

| Option | Description | Default | |--------|-------------|---------| | CLICKUP_API_KEY | Your ClickUp API key | Required | | CLICKUP_TEAM_ID | Your ClickUp team ID | Required | | DOCUMENT_SUPPORT | Enable document management | false | | DISABLED_TOOLS | Comma-separated list of tools to disable | None | | ENABLE_SSE | Enable HTTP/SSE transport | false | | PORT | Port for HTTP server | 3231 |

HTTP Transport Support

The server supports both modern HTTP Streamable transport (MCP Inspector compatible) and legacy SSE (Server-Sent Events) transport:

{
  "mcpServers": {
    "ClickUp": {
      "command": "npx",
      "args": ["-y", "@djclarkson/clickup-mcp-server@latest"],
      "env": {
        "CLICKUP_API_KEY": "your-api-key",
        "CLICKUP_TEAM_ID": "your-team-id",
        "ENABLE_SSE": "true",
        "PORT": "3231"
      }
    }
  }
}

Endpoints:

  • Primary: http://127.0.0.1:3231/mcp (Streamable HTTP)
  • Legacy: http://127.0.0.1:3231/sse (SSE for backwards compatibility)

Deploying to smitheree.ai

For the most stable smitheree.ai experience, use the streamable HTTP transport on the default MCP port (3231) with the /mcp path. The included smithery.yaml is preconfigured for smitheree.ai to run npm run start inside a container, expose port 3231, and advertise the /mcp HTTP endpoint.

Fork Differences

This enhanced fork maintains 100% compatibility with the original while adding:

  1. Task Dependencies: Complete dependency management system
  2. Parameter Fixes: Resolved parameter validation issues
  3. Enhanced Testing: Comprehensive test coverage
  4. Better Error Handling: Improved error messages and validation
  5. Code Quality: Additional type safety and documentation

Contributing

This fork welcomes contributions! Please see CONTRIBUTING.md for guidelines.

Original Project

This is an enhanced fork of the excellent ClickUp MCP Server by Talib Kareem. All credit for the original architecture and implementation goes to the original author.

License

MIT License - see LICENSE for details.

Support

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Files & Docs servers.