ClickUp MCP ServerServer

v4lheru
GitHub
Project ManagementApp AutomationAI Integration

Loading subscription status...

💡 Description

A Model Context Protocol server that enables AI agents to interact with ClickUp workspaces, allowing task creation, management, and workspace organization through natural language commands.

📝 JSON Entries

{
  "mcpServers": [
    {
      "ClickUp MCP Server": {
        "env": {
          "CLICKUP_API_KEY": "pk_94547006_D8DFEXXFDOX7RUOJBBPLM2BSVRFXPZE9",
          "CLICKUP_TEAM_ID": "2357720"
        },
        "args": [
          "--port",
          "9000",
          "--base-url",
          "http://example.com",
          "--cors",
          "http://localhost:8080,http://localhost:3000"
        ],
        "command": "./run-clickup-mcp.sh"
      }
    }
  ]
}

🛠️ Tools

edit_checklistget_tasksdelete_task_dependencyadd_task_linkdelete_task_linkremove_tag_from_taskget_task_commentsget_list_comments

Features

  • Workspace navigation
  • Task creation and management
  • Task relationships (dependencies, links, tags)

💬 Example Queries

  • Create a new task in ClickUp
  • Show me the comments for task X
  • Link task A to task B