WiZ-Smart-Bulb-MCP
Verified Safeby axenov
Overview
Controls Wiz smart bulbs via UDP commands, acting as an MCP server to expose bulb control tools to an intelligent agent.
Installation
python wiz_bulb_mcp.pyEnvironment Variables
- WIZ_BULB_IP
- WIZ_BULB_PORT
Security Notes
The server does not use `eval` or exhibit code obfuscation. No hardcoded secrets were found; IP and port are configurable via environment variables. The primary security consideration is network exposure: as an MCP server interacting over UDP, it assumes operation within a trusted local network. Exposing the server to an untrusted external network or configuring `WIZ_BULB_IP` to an external/malicious target could lead to unintended command execution. However, for its intended use case (local smart home control via an agent), it appears reasonably secure.
Similar Servers
xiaozhi-esp32-server
This project provides a comprehensive backend service for ESP32-based intelligent terminal devices, enabling AI interaction, device control, voice recognition, and managing various smart features through MQTT, Websocket, and custom MCP protocols.
sonos-ts-mcp
Control Sonos multi-room audio systems via Model Context Protocol (MCP) for AI-driven home automation and smart audio experiences.
hue
Controls Philips Hue lights and smart home devices via CLI or as a Model Context Protocol (MCP) server for AI agents.
Govee-MCP
Controls Govee smart lights via natural language commands using an MCP-compatible AI assistant.