Azure IoT Hub
Rank #62,293io.github.nagarjunr/azure-iot-hub
MCP server for Azure IoT Hub: device registry, twins, methods, jobs, messaging.
Azure IoT Hub is a Model Context Protocol (MCP) server published by nagarjunr. It ranks #62,293 of 115,460 servers tracked on MCP Toplist. Azure IoT Hub is listed on Official MCP, with 1 tracked version. It was first listed on Jul 24, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 53,167 of 115,460 servers on MCP Toplist.
Use Azure IoT Hub
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add azure-iot-hub -e "AZURE_IOT_HUB_CONNECTION_STRING=<your AZURE_IOT_HUB_CONNECTION_STRING>" -e "AZURE_IOT_HUB_AMQP_PORT=<your AZURE_IOT_HUB_AMQP_PORT>" -e "AZURE_IOT_HUB_AMQP_USE_TLS=<your AZURE_IOT_HUB_AMQP_USE_TLS>" -- uvx azure-iot-hub-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.azure-iot-hub]
command = "uvx"
args = ["azure-iot-hub-mcp-server"]
[mcp_servers.azure-iot-hub.env]
AZURE_IOT_HUB_CONNECTION_STRING = "<your AZURE_IOT_HUB_CONNECTION_STRING>"
AZURE_IOT_HUB_AMQP_PORT = "<your AZURE_IOT_HUB_AMQP_PORT>"
AZURE_IOT_HUB_AMQP_USE_TLS = "<your AZURE_IOT_HUB_AMQP_USE_TLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<your AZURE_IOT_HUB_CONNECTION_STRING>",
"AZURE_IOT_HUB_AMQP_PORT": "<your AZURE_IOT_HUB_AMQP_PORT>",
"AZURE_IOT_HUB_AMQP_USE_TLS": "<your AZURE_IOT_HUB_AMQP_USE_TLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<your AZURE_IOT_HUB_CONNECTION_STRING>",
"AZURE_IOT_HUB_AMQP_PORT": "<your AZURE_IOT_HUB_AMQP_PORT>",
"AZURE_IOT_HUB_AMQP_USE_TLS": "<your AZURE_IOT_HUB_AMQP_USE_TLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"azure-iot-hub": {
"type": "stdio",
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<your AZURE_IOT_HUB_CONNECTION_STRING>",
"AZURE_IOT_HUB_AMQP_PORT": "<your AZURE_IOT_HUB_AMQP_PORT>",
"AZURE_IOT_HUB_AMQP_USE_TLS": "<your AZURE_IOT_HUB_AMQP_USE_TLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<your AZURE_IOT_HUB_CONNECTION_STRING>",
"AZURE_IOT_HUB_AMQP_PORT": "<your AZURE_IOT_HUB_AMQP_PORT>",
"AZURE_IOT_HUB_AMQP_USE_TLS": "<your AZURE_IOT_HUB_AMQP_USE_TLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"azure-iot-hub": {
"command": "uvx",
"args": [
"azure-iot-hub-mcp-server"
],
"env": {
"AZURE_IOT_HUB_CONNECTION_STRING": "<your AZURE_IOT_HUB_CONNECTION_STRING>",
"AZURE_IOT_HUB_AMQP_PORT": "<your AZURE_IOT_HUB_AMQP_PORT>",
"AZURE_IOT_HUB_AMQP_USE_TLS": "<your AZURE_IOT_HUB_AMQP_USE_TLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nagarjunr%2Fazure-iot-hub)<a href="https://mcptoplist.com/server/io.github.nagarjunr%2Fazure-iot-hub"><img src="https://mcptoplist.com/badge/io.github.nagarjunr%2Fazure-iot-hub.svg" alt="MCP Toplist: #62,293 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nagarjunr
Other servers by nagarjunr
View all nagarjunr servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 24, 2026 |
Frequently asked questions
- Who maintains Azure IoT Hub?
- Azure IoT Hub is maintained by nagarjunr, which publishes 11 MCP servers (11 total versions) tracked on MCP Toplist.
- Is Azure IoT Hub listed on the Official MCP Registry?
- Yes — Azure IoT Hub is listed on the Official MCP Registry.
- How many versions does Azure IoT Hub have?
- MCP Toplist tracks 1 version of Azure IoT Hub, most recently published on Jul 24, 2026.
- Where can I find the source code for Azure IoT Hub?
- The source code for Azure IoT Hub is hosted at github.com/nagarjunr/iot-mcp-servers.