Mqtt Plc
Freeby MCP Community
MCP server for MQTT-PLC communication with real-time industrial PLC data collection and control
v1.0.3Added Apr 12, 2026
mcpmqttplcindustrialautomation
Mqtt Plc MCP Server
MCP server for MQTT-PLC communication with real-time industrial PLC data collection and control
Installation
npx -y mcp-mqtt-plc
Reviews
Installation
Quick install
npx -y mcp-mqtt-plc
Add to claude_desktop_config.json
{
"mcpServers": {
"mqtt-plc": {
"command": "npx",
"args": ["-y", "mcp-mqtt-plc"]
}
}
}