Loading MCP server directory, please wait...
MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.
npx @getmcp/cli add io.github.nagarjunr/azure-iot-hubRequires Python 3.10+. Community-contributed server. Review source before installing.
AZURE_IOT_HUB_CONNECTION_STRINGIoT Hub connection string with service/iothubowner rights, e.g. HostName=my-hub.azure-devices.net;SharedAccessKeyName=service;SharedAccessKey=...
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.nagarjunr/azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "",
"AZURE_IOT_HUB_AMQP_PORT": "",
"AZURE_IOT_HUB_AMQP_USE_TLS": ""
}
}
}
}