Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Wiz

FreeNot checked

Wiz — Model Context Protocol server

GitHubEmbed

About

Wiz — Model Context Protocol server

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

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 MCP free?

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

Does Wiz need an API key?

No, Wiz runs without API keys or environment variables.

Is Wiz hosted or self-hosted?

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

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

Open Wiz 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 with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs