MQTT runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 4 Aug 2026.
MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
This one needs environment variables set before it will start:
MQTT_HOST (Broker hostname or IP), MQTT_PORT (Broker port, default 1883 (or 8883 for TLS)), MQTT_USERNAME (Broker username), MQTT_PASSWORD (Broker password), MQTT_USE_TLS (true/false, default false).
The author declared them in the registry entry; get the values from the project itself.
MCP for AgentStorefront — discover, price, and subscribe to paid agent services.
Trust, freshness, policy, and discovery layer for public MCP servers.
MCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers.
MCP server for mDNS (Multicast DNS) service discovery
MCP server for controlling Discord servers via bot token
Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
MCP server for Overseerr media requests and discovery.
MCP Server for MCP Registry to discover and search for available MCP servers in the registry
Answers built from our own checks of this server.