Loading MCP server directory, please wait...
MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).
npx @getmcp/cli add io.github.nagarjunr/mqttRequires Python 3.10+. Community-contributed server. Review source before installing.
MQTT_HOSTBroker hostname or IP
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nagarjunr/mqtt": {
"command": "uvx",
"args": [
"mqtt5-mcp-server"
],
"env": {
"MQTT_HOST": "",
"MQTT_PORT": "",
"MQTT_USERNAME": "",
"MQTT_PASSWORD": "",
"MQTT_USE_TLS": ""
}
}
}
}