wizlights-mcp-server
0
The Wizlights MCP Server is designed to allow large language models to manage WizConnected smart lights through a Model Context Protocol. It integrates with the pywizlight package for device communication and supports installation on Claude Desktop.
Overview
- A Model Context Protocol (MCP) server for controlling WizConnected smart lights using large language models (LLMs).
Prerequisites
- Requires the
uv
package manager andNode.js
for the MCP development server.
Usage
- Install on Claude Desktop using the command
mcp install wizlights_mcp_server/server.py
. - Use in development mode with
mcp dev server.py
andmcp dev server.py --with-editable .
for mounting local code.
Acknowledgements
- Utilizes the
pywizlight
package for communicating with WiZ devices.
Contributing
- Open to contributions through issues or pull requests.
License
- Licensed under the MIT License.