MCP Catalogs
Homeclickup-mcp-server screenshot

clickup-mcp-server

by taazkareem·39·Score 45

A premium MCP server for integrating ClickUp project management with AI agents through task management, document handling, and time tracking.

productivityai-llmdeveloper-tools
4
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

Overview

The ClickUp MCP Server provides comprehensive integration with ClickUp's project management platform through the Model Context Protocol. It offers features including task creation and management, document handling, time tracking, comment management, and workspace control. The server uses OAuth 2.1 authentication for secure multi-tenant operation and supports intelligent search and resolution across various ClickUp elements. Currently, this project has transitioned to a premium model requiring a license for full access.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants managing ClickUp tasks through natural language commands
you:Automating project management workflows between AI systems and ClickUp
you:Time tracking and productivity analysis via AI agents
you:Is this server free to use?
you:What authentication methods are supported?

When to choose this

Choose this if you're already using ClickUp for project management and want deep AI integration with its features like tasks, time tracking, and documents.

When NOT to choose this

Don't choose this if you need open-source alternatives, as this project has transitioned to a paid model with licensing requirements.

Tools this server exposes

12 tools extracted from the README
  • create_task

    Create a new task in ClickUp with support for checklists, attachments, custom fields, and more

  • update_task

    Update an existing task's properties, status, custom fields, and more

  • list_tasks

    Retrieve tasks from ClickUp with filtering by space, folder, list, status, assignee, and more

  • create_comment

    Add or reply to comments on tasks, lists, and views with support for mentions and rich text

  • log_time

    Log time entries against tasks with manual entries or time tracking

  • create_doc

    Create new ClickUp documents with markdown content and manage pages within documents

  • search_tasks

    Perform fuzzy search across tasks by name, description, custom fields, members, and more

  • create_goal

    Create and manage OKRs with goals and key results across the workspace

  • create_view

    Create and manage views at any level of the workspace hierarchy

  • create_task_template

    Browse and create tasks from pre-defined ClickUp task templates

  • manage_webhooks

    Create and manage ClickUp webhooks for real-time notifications

  • create_tag

    Create and manage tags for organizing and filtering tasks across the workspace

Comparable tools

mcp-todoistmcp-asanaclickup-api-integration

Installation

Installation

  1. Purchase a license from the [premium access](#premium-access) section
  2. Install the package via npm:

``bash npm install -g @taazkareem/clickup-mcp-server ``

  1. Configure your MCP client with the server. For Claude Desktop, add to your claude_desktop_config.json:

``json { "mcpServers": { "clickup": { "command": "npx", "args": ["@taazkareem/clickup-mcp-server"] } } } ``

FAQ

Is this server free to use?
No, this project has transitioned from open-source to a premium model. A license is required for full access to all features.
What authentication methods are supported?
The server supports OAuth 2.1 with advanced security hardening, as well as backward compatibility with API Key/Team ID(s).

Compare clickup-mcp-server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.