MCP.so
Sign In

Wizlights MCP Server

@jeettrivedi

About Wizlights MCP Server

Model Context Protocol (MCP) server to allow LLMs to controls WiZ devices.

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

jeettrivedi

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Wizlights MCP Server?

It is a Model Context Protocol (MCP) server that enables large language models (LLMs) to control WizConnected smart lights. It is designed for users who want to manage their smart lighting through conversational AI, particularly with Claude Desktop.

How to use Wizlights MCP Server?

Install it for Claude Desktop by running mcp install wizlights_mcp_server/server.py. For development, use mcp dev server.py or mcp dev server.py --with-editable .. The server requires the uv package manager, and Node.js is needed for the development server.

Key features of Wizlights MCP Server

  • Controls WiZ smart lights via LLMs
  • Integrates with Claude Desktop
  • Uses pywizlight for device communication
  • Simple MCP installation command
  • Development mode with live code mounting
  • Requires uv package manager

Use cases of Wizlights MCP Server

  • Turn lights on or off using natural language prompts
  • Adjust brightness and color through AI conversations
  • Automate lighting scenes based on AI commands

FAQ from Wizlights MCP Server

What does this server do?

It allows large language models to control WizConnected smart lights using the MCP protocol.

What are the prerequisites?

You need the uv package manager. For running the development server, Node.js is also required.

How do I install it for Claude Desktop?

Run mcp install wizlights_mcp_server/server.py in your terminal.

What library does it use to talk to the lights?

It relies on the pywizlight package for communication with WiZ devices.

What license is the project under?

This project is licensed under the MIT License.

Comments

More Other MCP servers