MCP Servers / communication / EMQX MCP Server

EMQX MCP Server

JSON →
ssenone24communication

Interact with an EMQX MQTT broker via a Model Context Protocol (MCP) server.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: emqx-mcp-server
Tools
What this server exposes
list_clients
List all MQTT clients connected to the EMQX broker
get_client_info
Get detailed information about a specific MQTT client
list_subscriptions
List all subscriptions on the EMQX broker
publish_message
Publish an MQTT message to a specific topic
list_topics
List all topics on the EMQX broker
get_broker_stats
Get EMQX broker statistics and metrics
Configuration
Environment & auth
authnone
envEMQX_API_URL
envEMQX_API_KEY
envEMQX_API_SECRET
Resources
EMQX MCP Server — MCP Server · libregistry