Skip to content
Claude Code

Azure IoT Hub for Claude Code

io.github.nagarjunr/azure-iot-hub

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

client:Claude Code transport:stdio runtime:pypi

Install Azure IoT Hub in Claude Code

run in your project directory

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

claude mcp add azure-iot-hub -e AZURE_IOT_HUB_CONNECTION_STRING=<AZURE_IOT_HUB_CONNECTION_STRING> -e AZURE_IOT_HUB_AMQP_PORT=<AZURE_IOT_HUB_AMQP_PORT> -e AZURE_IOT_HUB_AMQP_USE_TLS=<AZURE_IOT_HUB_AMQP_USE_TLS> -- uvx azure-iot-hub-mcp-server

Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs

Azure IoT Hub in other clients