LIFX LAN MCP
@simon-duchastel
关于 LIFX LAN MCP
MCP (Model Context Protocol) server for allowing AI agents to interact with the Lifx lights on your LAN. Not officially affiliated with Lifx or Feit Electric
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lifx-lan-mcp": {
"command": "npx",
"args": [
"-y",
"lifx-lan-mcp"
]
}
}
}工具
5List all Lifx lights currently available on the user's local area network (LAN)
Get the current state of one or more LIFX lights, including colors, on/off state, groups and locations
Set the color of one or more Lifx lights
Turn on one or more Lifx lights, optionally at specific color
Turn off one or more Lifx lights
概览
What is LIFX LAN MCP?
A Model Context Protocol (MCP) server that allows an LLM to control LIFX lights over the local area network (LAN) without cloud connectivity. It must run on the same WiFi network as the LIFX lights and targets users who want local, low‑latency smart light control through an AI assistant.
How to use LIFX LAN MCP?
Install via npx and add the provided JSON configuration to your LLM’s MCP config file (e.g., claude_desktop_config.json). The server can run in stdio mode (default, started directly by the client) or HTTP server mode (--mode sse). Tools include listing lights, getting state, setting color, turning lights on, and turning lights off – all invoked by the LLM.
Key features of LIFX LAN MCP
- List all available LIFX lights on the network
- Get current state (color, on/off, labels) of lights
- Turn lights on and off
- Change light colors with hue, saturation, brightness, and optional kelvin
- Operates locally – no cloud required
- Configurable transport: stdio or SSE (HTTP server mode)
Use cases of LIFX LAN MCP
- Voice‑controlled lighting via an LLM assistant
- Automated lighting scenes triggered by AI reasoning
- Dynamic color adjustments based on time or activity
- Home automation without relying on internet connectivity
- Natural‑language control of groups of lights
FAQ from LIFX LAN MCP
What are the runtime requirements?
Node.js, TypeScript, and LIFX lights on the same local WiFi network.
Does this server require an internet connection to work?
No. It communicates with LIFX lights over the local area network and does not use cloud services.
What transport modes are available?
Stdio (default, for direct client‑server communication) and SSE (HTTP server mode, for standalone network‑accessible operation).
Is authentication supported in HTTP server mode?
No. HTTP server mode currently lacks authentication; the README warns it is dangerous and recommends use at your own risk until authentication is added.
Which MCP protocol versions are supported?
Both the 2025‑04‑21 (latest) and 2025‑03‑26 (legacy) protocol versions are supported, using /mcp and /sse endpoints respectively.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论