ClickUp MCP ServerServer

Nazruden
GitHub
Project ManagementApp AutomationAI Integration

Loading subscription status...

💡 Description

This is a server implementation of the Model Context Protocol for ClickUp integration, allowing AI assistants to interact with ClickUp workspaces for task management, team and list management, and board management through secure OAuth2 authentication.

📝 JSON Entries

{
  "mcpServers": [
    {
      "clickup": {
        "env": {
          "CLICKUP_CLIENT_ID": "your_client_id",
          "CLICKUP_REDIRECT_URI": "http://localhost:3000/oauth/callback",
          "CLICKUP_CLIENT_SECRET": "your_client_secret"
        },
        "args": [
          "@mcp/clickup-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

clickup_create_taskclickup_update_taskclickup_get_teamsclickup_get_listsclickup_create_board

Features

  • Task Management
  • Team Management
  • List Management
  • Board Management

💬 Example Queries

  • Create a new task in ClickUp
  • Update an existing task in ClickUp
  • Retrieve all teams from ClickUp
  • Get all lists in a specific folder in ClickUp