Govee MCP ServerServer

mathd
GitHub
Home AutomationIoTApp Automation

Loading subscription status...

💡 Description

An MCP server to control Govee LED devices through the Govee API.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Govee MCP Server": {
        "env": {
          "GOVEE_SKU": "your_device_sku_here",
          "GOVEE_API_KEY": "your_api_key_here",
          "GOVEE_DEVICE_ID": "your_device_id_here"
        },
        "args": [
          "power",
          "on"
        ],
        "command": "govee-cli"
      }
    }
  ]
}

🛠️ Tools

govee-cli

Features

  • Control LED lights
  • Change colors using RGB values
  • Adjust brightness levels

💬 Example Queries

  • Turn the LED light on
  • Set the LED color to red
  • Adjust the LED brightness to 50