emqx-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EMQX_API_KEYYesYour EMQX API key for authentication
EMQX_API_URLYesThe URL of your EMQX API endpoint (e.g. https://your-emqx-cloud-instance.com:8443/api/v5)
EMQX_API_SECRETYesYour EMQX API secret for authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
publish_mqtt_message

Publish an MQTT Message to Your EMQX Cluster on EMQX Cloud or Self-Managed Deployment

list_mqtt_clients

List MQTT clients connected to your EMQX Cluster

get_mqtt_client

Get detailed information about a specific MQTT client by client ID

kick_mqtt_client

Disconnect a client from the MQTT broker by client ID