ClickUp MCP ServerServer

windalfin
GitHub
Project ManagementApp Automation

Loading subscription status...

💡 Description

An 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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "clickup-mcp-server": {
        "env": {},
        "args": [
          "--env CLICKUP_API_KEY=your_api_key_here",
          "--env CLICKUP_TEAM_ID=your_team_id_here"
        ],
        "command": "npx -y @taazkareem/clickup-mcp-server@latest"
      }
    }
  ]
}

🛠️ Tools

Get workspace hierarchyCreate taskUpdate taskDelete task

Features

  • Task Management
  • Workspace Organization
  • Natural Language Due Dates

💬 Example Queries

  • Create a task in ClickUp
  • Update the due date for my tasks
  • Show me the list of tasks in my workspace