MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

MCP server by gowtham3105

Created 2/5/2026
Updated about 21 hours ago
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
  • 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
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" ] } } }