Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Wiz Smart Lights

FreeNot checked

Controls Wiz smart light bulbs directly via UDP protocol on port 38899, enabling RGB color changes, brightness control, and access to 33+ predefined lighting sc

GitHubEmbed

About

Controls Wiz smart light bulbs directly via UDP protocol on port 38899, enabling RGB color changes, brightness control, and access to 33+ predefined lighting scenes without requiring the official Wiz app.

README

Minimal MCP server exposing Wiz light control tools over UDP.

Tools

  • get_status(ip, include_raw=false)

    • Returns a normalized LightStatus-like object
    • Optional raw UDP response when include_raw=true
  • set_color(ip, r, g, b, dimming=null, fetch_status=false, include_raw=false)

    • Sends setPilot with RGB (and optional dimming)
    • Optionally fetches a fresh status after setting

Run

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 server.py

Notes

  • Uses UDP port 38899 for Wiz bulbs
  • If you see Operation not permitted, run on a host that allows UDP

from github.com/gowtham3105/wiz-mcp-server

Installing Wiz Smart Lights

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/gowtham3105/wiz-mcp-server

FAQ

Is Wiz Smart Lights MCP free?

Yes, Wiz Smart Lights MCP is free — one-click install via Unyly at no cost.

Does Wiz Smart Lights need an API key?

No, Wiz Smart Lights runs without API keys or environment variables.

Is Wiz Smart Lights hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Wiz Smart Lights in Claude Desktop, Claude Code or Cursor?

Open Wiz Smart Lights on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Wiz Smart Lights with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs