Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by simon-duchastel • IoT & Embedded
An MCP server that lets an LLM discover and control LIFX lights over the local network without cloud connectivity.
Discover all LIFX lights on a local network and obtain metadata like labels, groups, and locations.
Read current light states (color, brightness, on/off) to inform automated responses or routines.
Change light colors or toggle lights locally (turn on/off or set color/transition) without relying on cloud APIs.
This MCP server exposes tools for listing LIFX lights, reading their state, turning them on/off, and changing colors over your LAN. It runs in stdio mode (default) or as an HTTP/SSE server and communicates directly with the lights on the same Wi‑Fi network, avoiding cloud services. The project is open-source (MIT) and includes configurable transport options and support for multiple MCP protocol versions. Note: HTTP server mode currently lacks authentication and is flagged as potentially unsafe for public exposure.
List all Lifx lights currently available on the user's local area network (LAN).Each light is specified by a unique string label.Use this to get which lights the user wants to interact with, as the label is used in other tools to interact with lights.Also includes additional information about the light, such as group and location
Get the current state of one or more LIFX lights, including their colors, whether they're on or off, and what groups and locations they belong to (if any).
Set the color of one or more Lifx lights. Must specify hue, saturation, brightness, and may optionally specify kelvin temperature (otherwise 3500 is used).
Turn on one or more Lifx lights, optionally at specific color.
Turn off one or more Lifx lights.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.