Connect your AI assistant to IoT device networks via MQTT. Subscribe to sensor topics, publish commands, monitor device health, and set threshold alerts — all through the Model Context Protocol.
Works with any MQTT 3.1.1/5.0 broker: Mosquitto, HiveMQ, EMQX, AWS IoT Core, Azure IoT Hub, or your local Home Assistant instance.
Server Config
{
"mcpServers": {
"mqtt": {
"command": "node",
"args": [
"/path/to/mcp-mqtt/dist/index.js"
]
}
}
}