W
Wiz MCP Server
by @gowtham3105
MCP server by gowtham3105
Created 2/5/2026
Updated about 21 hours ago
README
Repository documentation and setup instructions
WIz MCP Server
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
Quick Setup
Installation guide for this server
Install Package (if required)
uvx wiz-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"gowtham3105-wiz-mcp-server": {
"command": "uvx",
"args": [
"wiz-mcp-server"
]
}
}
}