azure-iothub-mcp-server
MCP Server for Azure IoT Hub mainly for read-only monitoring purposes. Uses Azure CLI for authentication.
Documentation
Azure IoT Hub MCP Server
MCP Server for Azure IoT Hub mainly for read-only monitoring purposes. Uses Azure CLI for authentication and uses Azure CLI `azure-iot` extension for reading device details.
Prerequisites
- Azure CLI installed
- Azure CLI authenticated to subscription where your IoT Hub is located
- Azure CLI `azure-iot` extension installed (`az extension add -n azure-iot`)
Azure Identity Authentication
Be sure you are logged in to Azure CLI with az login then add the following to your `mcpServers`:
{
"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"
}
}
}
}Frequently asked questions
What is azure-iothub-mcp-server?
azure-iothub-mcp-server is MCP Server for Azure IoT Hub mainly for read-only monitoring purposes. Uses Azure CLI for authentication.
How do I install azure-iothub-mcp-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is azure-iothub-mcp-server open source?
Yes — it is hosted on GitHub at https://github.com/tlaukkanen/azure-iothub-mcp-server.
Related MCP tools
Playwright MCP server TypeScript-based implementation. Trusted by 22000+ developers. Trusted by 22000+ developers. Trusted by 22000+ developers.
Official Notion MCP Server TypeScript-based implementation. Trusted by 3400+ developers. Trusted by 3400+ developers. Trusted by 3400+ developers.
Directory for Awesome MCP Servers TypeScript-based implementation. Trusted by 1900+ developers. Trusted by 1900+ developers.
🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes.
MCP Aggregator, Orchestrator, Middleware, Gateway in one docker TypeScript-based implementation. Trusted by 1400+ developers.
MCP Server for kubernetes management commands TypeScript-based implementation. Trusted by 1100+ developers. Trusted by 1100+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP