MQTT runs on your own machine — the client starts it, so there is no endpoint to ping. 85 installs a week from pypi. Last commit 26 Jul 2026.
MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mqtt -- uvx mqtt5-mcp-server
{
"mcpServers": {
"mqtt": {
"args": [
"mqtt5-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.mqtt]
command = "uvx"
args = ["mqtt5-mcp-server"]
{
"mcpServers": {
"mqtt": {
"args": [
"mqtt5-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mqtt": {
"args": [
"mqtt5-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.