Content
# 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`
- `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
```bash
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
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
Python tool for converting files and office documents to Markdown.
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
renderdoc-mcp
An MCP server for RenderDoc: Empowering AI assistants to analyze GPU frame...
agent-bridge
A local bridge for bidirectional collaboration between Claude Code and Codex.
UnrealClientProtocol
Lightweight UE5 plugin that exposes Unreal Engine's reflection system over...