Wiz Smart Lights
FreeNot checkedControls Wiz smart light bulbs directly via UDP protocol on port 38899, enabling RGB color changes, brightness control, and access to 33+ predefined lighting sc
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
- Returns a normalized
set_color(ip, r, g, b, dimming=null, fetch_status=false, include_raw=false)- Sends
setPilotwith RGB (and optional dimming) - Optionally fetches a fresh status after setting
- Sends
Run
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python3 server.py
Notes
- Uses UDP port
38899for Wiz bulbs - If you see
Operation not permitted, run on a host that allows UDP
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-serverFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
