Enables control of smart lights through MQTT messaging protocol, supporting operations like turning lights on/off and adjusting brightness levels from 0-100.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_CONFIGMCP_ENDPOINT— mcp_pipe.py 通过环境变量 连接到 WebSocket 端点:MQTT_BROKER— :MQTT Broker 地址(默认:b11f17c5.ala.cn-hangzhou.emqxsl.cn)MQTT_PORT— :端口(默认:8883,TLS)MQTT_CONTROL_TOPIC— :控制主题(默认:smartlight/control)MQTT_STATUS_TOPIC— :状态主题(默认:smartlight/status)MQTT_CLIENT_ID— :客户端 ID(默认:mcp-light-controller)MQTT_USER— / MQTT_PASSWORD:认证信息(默认空)MQTT_PASSWORD— MQTT_USER / :认证信息(默认空)[](https://m8ven.ai/mcp/dshenaf-mcp-mqtt-light-1uc8xc)