{
  "name": "🛠️ Philips Hue tool MCP server 💪 all 4 operations",
  "nodes": [
    {
      "id": "8da548a8-0019-4772-ae3e-cd683fc51b92",
      "name": "Workflow Overview 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 780,
        "content": "## 🛠️ Philips Hue Tool MCP Server\n\n### 📋 Available Operations (4 total)\n\n**Light**: delete, get, get all, update\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n in"
      }
    },
    {
      "id": "6decb43d-8234-4229-a507-e787a8a592de",
      "name": "Philips Hue Tool MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -400,
        -100
      ]
    },
    {
      "id": "3ae6f35d-70d3-4276-98f4-2ba9415332ec",
      "name": "Delete a light",
      "type": "n8n-nodes-base.philipsHueTool",
      "position": [
        -800,
        140
      ]
    },
    {
      "id": "83c742ca-bd39-4fc9-8eab-173362d29c46",
      "name": "Get a light",
      "type": "n8n-nodes-base.philipsHueTool",
      "position": [
        -580,
        140
      ]
    },
    {
      "id": "bada9604-ea6f-4242-a560-39cb5565899c",
      "name": "Get many lights",
      "type": "n8n-nodes-base.philipsHueTool",
      "position": [
        -360,
        140
      ]
    },
    {
      "id": "84eaa6c9-f334-485f-a4f2-e6d4fa982d5a",
      "name": "Update a light",
      "type": "n8n-nodes-base.philipsHueTool",
      "position": [
        -140,
        140
      ]
    },
    {
      "id": "3d3fcd54-2a74-42f0-b5fb-794bafe2a997",
      "name": "Sticky Note 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "width": 1060,
        "height": null,
        "content": "## Light"
      }
    }
  ],
  "connections": {
    "Get a light": {
      "ai_tool": [
        [
          {
            "node": "Philips Hue Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Delete a light": {
      "ai_tool": [
        [
          {
            "node": "Philips Hue Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Update a light": {
      "ai_tool": [
        [
          {
            "node": "Philips Hue Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Get many lights": {
      "ai_tool": [
        [
          {
            "node": "Philips Hue Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}