Smart home control with MQTT
IoT device control with persistent memory. MQTT protocol for device communication.
{
"mcpServers": {
"iot-automation": {
"mcpServers": {
"iot-automation": {
"env": {
"MQTT_BROKER_URL": "mqtt://localhost:1883"
},
"args": [
"-y",
"iot-home-automation-mcp"
],
"command": "npx"
}
}
}
}
}