ClickUp MCP ServerServer

taazkareem
GitHub
project managementapp automationAI integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server for integrating ClickUp tasks into AI applications. This server allows AI agents to interact with ClickUp tasks, spaces, lists, and folders through a standardized protocol.

📝 JSON Entries

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

🛠️ Tools

create_taskdelete_taskupdate_folderget_workspace_hierarchycreate_list_in_folderduplicate_task

Features

  • Task management
  • Time tracking
  • Document management
  • Workspace organization
  • Integration capabilities

💬 Example Queries

  • Create a task in ClickUp for project management
  • List all tasks due this week
  • Update an existing task status in ClickUp