← Back to Plugins
MCP Server MCP

MQTT

github By github 👁 1 views ▲ 0 votes

MCP server for MQTT 5.0 brokers (publish, subscribe, topic discovery).

Homepage Verified source GitHub

Install

uvx mqtt5-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "mqtt5-mcp-server",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Broker hostname or IP",
          "isRequired": true,
          "name": "MQTT_HOST"
        },
        {
          "description": "Broker port, default 1883 (or 8883 for TLS)",
          "name": "MQTT_PORT"
        },
        {
          "description": "Broker username",
          "name": "MQTT_USERNAME"
        },
        {
          "description": "Broker password",
          "isSecret": true,
          "name": "MQTT_PASSWORD"
        },
        {
          "description": "true/false, default false",
          "name": "MQTT_USE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...