IoT messaging protocol
Publish and subscribe to MQTT topics. IoT device communication.
{
"mcpServers": {
"mqtt": {
"mcpServers": {
"mqtt": {
"env": {
"MQTT_BROKER_URL": "mqtt://localhost:1883"
},
"args": [
"-y",
"mqtt-mcp"
],
"command": "npx"
}
}
}
}
}