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