71
/ 100
15 days ago
glama

MCP MQTT Light Controller

Enables control of smart lights through MQTT messaging protocol, supporting operations like turning lights on/off and adjusting brightness levels from 0-100.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MQTT_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_CONFIG
configMCP_ENDPOINTmcp_pipe.py 通过环境变量 连接到 WebSocket 端点:
configMQTT_BROKER:MQTT Broker 地址(默认:b11f17c5.ala.cn-hangzhou.emqxsl.cn)
configMQTT_PORT:端口(默认:8883,TLS)
configMQTT_CONTROL_TOPIC:控制主题(默认:smartlight/control)
configMQTT_STATUS_TOPIC:状态主题(默认:smartlight/status)
configMQTT_CLIENT_ID:客户端 ID(默认:mcp-light-controller)
configMQTT_USER/ MQTT_PASSWORD:认证信息(默认空)
🔐 secretMQTT_PASSWORDMQTT_USER / :认证信息(默认空)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/dshenaf-mcp-mqtt-light-1uc8xc)](https://m8ven.ai/mcp/dshenaf-mcp-mqtt-light-1uc8xc)
commit: 5e13c111eae3e367f04cb6d1967ea878b261601f
code hash: 15b16c3a217c487ee9843b0576d4ec09d5751280f08f8d7615c7d524555e86f8
verified: 6/17/2026, 12:25:21 PM
view raw JSON →