ClickUp MCP ServerServer

nsxdavid
GitHub
Project ManagementApp AutomationAI Integration

Loading subscription status...

💡 Description

A Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to interact with the ClickUp API. This server enables AI systems to access and manipulate ClickUp data such as workspaces, spaces, folders, lists, tasks, docs, comments, and checklists.

📝 JSON Entries

{
  "mcpServers": [
    {
      "clickup": {
        "env": {
          "CLICKUP_API_TOKEN": "YOUR_API_TOKEN_HERE"
        },
        "args": [
          "/path/to/clickup-mcp-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

get_workspacesget_spacesget_taskscreate_taskupdate_taskget_docs_from_workspacecreate_folderget_listscreate_list

Features

  • Access ClickUp data including tasks, docs, and checklists
  • Create, update, and retrieve ClickUp resources
  • Seamless integration with AI assistants

💬 Example Queries

  • Get the list of workspaces in ClickUp
  • Create a new task in ClickUp
  • Update an existing task in ClickUp
  • Get all docs from a workspace in ClickUp
  • Retrieve tasks from a specific list in ClickUp