emqx-plugin-mcp-tools

emqx/emqx-plugin-mcp-tools
★ 2 stars Erlang 💻 Code/Dev Tools Updated 9mo ago
An EMQX plugin that provide some MCP tools for health checking and problem analysis
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "emqx-plugin-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "emqx/emqx-plugin-mcp-tools"
      ]
    }
  }
}