Back to directory
benniu/emqx-mcp-server

benniu/emqx-mcp-server

@Benniu

A Model Context Protocol (MCP) server implementation that provides EMQX MQTT broker interaction.

mqttemqxiotbrokermessagingautomationclaude-desktop

Installation & Configuration

{
  "mcpServers": {
    "EMQX_MCP_Server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "EMQX_API_URL=https://your-emqx-cloud-instance.com:8443/api/v5",
        "-e",
        "EMQX_API_KEY=<YOUR-API-KEY>",
        "-e",
        "EMQX_API_SECRET=<YOUR-API-SECRET>",
        "benniuji/emqx-mcp-server"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15