EMQX MCP Server
JSON →Interact with an EMQX MQTT broker via a Model Context Protocol (MCP) server.
Install
npx -y @smithery/cli Tools · 6
- 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
Environment variables
EMQX_API_URLEMQX_API_KEYEMQX_API_SECRET
Links
★ 24 GitHub stars