wiz_lightbulb_mcp

mchow01/wiz_lightbulb_mcp
★ 0 stars Python Other Updated 6d ago
MCP server for controlling a WiZ smart bulb
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "wiz_lightbulb_mcp": {
      "command": "uvx",
      "args": [
        "wiz-lightbulb-mcp"
      ]
    }
  }
}

Or install with pip: pip install wiz-lightbulb-mcp