ClickUp MCP IntegrationServer

Leanware-io
GitHub
project managementapp automationAPI integration

Loading subscription status...

💡 Description

An enhanced Model Context Protocol server that allows AI assistants to interact with ClickUp workspaces, supporting task creation, retrieval, and management through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "clickup": {
        "env": {
          "CLICKUP_API_TOKEN": "your-api-token",
          "CLICKUP_WORKSPACE_ID": "your-workspace-id"
        },
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "CLICKUP_API_TOKEN",
          "-e",
          "CLICKUP_WORKSPACE_ID",
          "your-docker-repository"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

clickup_create_taskclickup_get_taskclickup_get_task_by_custom_id

Features

  • Seamlessly create and retrieve tasks
  • Integrate natural language processing with ClickUp
  • Manage various task properties

💬 Example Queries

  • Create a new task in ClickUp
  • Get details of a task by its ID
  • Retrieve task information using a custom ID