Back to directory
tlaukkanen/azure-iothub-mcp-server

tlaukkanen/azure-iothub-mcp-server

@tlaukkanen

MCP Server for Azure IoT Hub mainly for read-only monitoring purposes. Uses Azure CLI for authentication.

azureiot-hubmonitoringclimcp-servertypescriptcloud

Installation & Configuration

{
  "mcpServers": {
    "azureIoTHub": {
      "command": "npx",
      "args": [
        "-y",
        "@tlaukkanen/azure-iothub-mcp-server"
      ],
      "env": {
        "AZURE_SUBSCRIPTION_ID": "Azure Subscription ID where you have your IoT Hub",
        "AZURE_IOTHUB_NAME": "Your Azure IoT Hub name"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15