trackmcp
Back to directory
emqx

emqx-plugin-mcp-tools

View on GitHub

An EMQX plugin that provide some MCP tools for health checking and problem analysis

2 stars ErlangDeveloper Kits Updated Jul 8, 2025

Documentation

emqx_mcp_tools

An EMQX plugin that provide some MCP tools/resources for health checking and problem analysis.

Features

  • MCP Wrappers for some EMQX APIs: Provides a set of MCP wrappers for EMQX APIs to facilitate health checking and problem analysis, such as get the cluster status, get information about the connectors, authenticators and authorization sources.
  • Network Tools: Provides some network tools to help you check the network status, such as checking the connectivity to a host from the EMQX nodes.

Installation

1. Download the plugin from the releases page.

2. Copy the plugin to the EMQX plugins directory, usually located at `/var/lib/emqx/plugins/` if you installed EMQX using the binary package, or `///plugins/` directory if you installed EMQX using zip package.

3. Install and start the plugin by running the following command:

bash
./bin/emqx ctl plugins install emqx_mcp_tools-
   ./bin/emqx ctl plugins start emqx_mcp_tools-

Where `` is the version of the plugin you downloaded.

Configuration

You could change the plugin configuration from the EMQX dashboard.

Frequently asked questions

What is emqx-plugin-mcp-tools?

emqx-plugin-mcp-tools is An EMQX plugin that provide some MCP tools for health checking and problem analysis

How do I install emqx-plugin-mcp-tools?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is emqx-plugin-mcp-tools open source?

Yes — it is hosted on GitHub at https://github.com/emqx/emqx-plugin-mcp-tools and has 2 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP