Back to Apps

Smart Lights MCP
by vinayakchandra
Control WiZ smart lights across your home network using AI commands for color, brightness, and scenes.
0 stars
Works in:claude
Exposes:Tools
What it does
Smart Lights MCP provides an AI interface to control WiZ smart lighting systems. It allows an AI assistant to manage lights in different rooms, enabling a hands-free way to adjust mood, brightness, and specific colors across a home network.
Tools
turn_on: Power on lights in a specified room.turn_off: Power off lights in a specified room.change_color: Set a specific RGB color and brightness level for a room's lights.scene: Apply a preset lighting scene (e.g., Sunset) to a room.
Installation
Install the required Python packages:
pip install fastmcp pywizlight
Add to claude_desktop_config.json:
{
"mcpServers": {
"smart-lights": {
"command": "python",
"args": ["/path/to/main.py"]
}
}
}
Note: Ensure you update the IP addresses in the home dictionary within main.py to match your light hardware.
Supported hosts
Confirmed for Claude Desktop and other MCP-compatible stdio hosts.
Quick install
pip install fastmcp pywizlightInformation
- Pricing
- free
- Published
- 7/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Install fastmcp and pywizlight, then add main.py to config.





