← Back to Plugins
MCP Server MCP

Azure IoT Hub

github By github 👁 1 views ▲ 0 votes

MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.

Homepage Verified source GitHub

Install

uvx azure-iot-hub-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "azure-iot-hub-mcp-server",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "IoT Hub connection string with service/iothubowner rights, e.g. HostName=my-hub.azure-devices.net;SharedAccessKeyName=service;SharedAccessKey=...",
          "isRequired": true,
          "isSecret": true,
          "name": "AZURE_IOT_HUB_CONNECTION_STRING"
        },
        {
          "description": "AMQP port for send_c2d_message, default 5671",
          "name": "AZURE_IOT_HUB_AMQP_PORT"
        },
        {
          "description": "true/false, default true",
          "name": "AZURE_IOT_HUB_AMQP_USE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...