Azure IoT Hub for Windsurf
io.github.nagarjunr/azure-iot-hub
MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.
client:Windsurf
transport:stdio
runtime:pypi
Install Azure IoT Hub in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<AZURE_IOT_HUB_CONNECTION_STRING>",
"AZURE_IOT_HUB_AMQP_PORT": "<AZURE_IOT_HUB_AMQP_PORT>",
"AZURE_IOT_HUB_AMQP_USE_TLS": "<AZURE_IOT_HUB_AMQP_USE_TLS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs