My pager-duty agent reads AKS pod state before I am even out of bed.
On-call agent runs kubectl get via Azure MCP, summarizes the failing pod state, and suggests a runbook step before I have opened my laptop. Mean time to acknowledge is way down.
Provision and query Azure resources from any MCP-compatible LLM client
Microsoft official Azure MCP server exposes resource groups, ARM deployments, AKS clusters, Cosmos DB, Storage, and Functions to LLM agents. Authentication via Azure CLI or Managed Identity. Use cases: infrastructure-as-prompt for sandbox environments, on-call agents that read cluster state, cost-analysis agents that summarize spend. Production write operations should be gated through a separate approval layer.
My pager-duty agent reads AKS pod state before I am even out of bed.
On-call agent runs kubectl get via Azure MCP, summarizes the failing pod state, and suggests a runbook step before I have opened my laptop. Mean time to acknowledge is way down.
Cost questions answered in seconds, not the Cost Management UI.
"How much did our staging subscription cost last month and which resource group is the biggest line item" answered in 4 seconds via Azure MCP. Saved me from clicking through Cost Management for the 50th time.
Read is great. ARM-template generation is unreliable.
Azure MCP read operations are gold. Write operations — specifically ARM template generation from prompts — is unreliable enough that we banned it from prod. Bicep + agent is fine for sandbox.
Methodology
Every review on this page is verified through GitHub OAuth and weighted by reviewer credibility, use-case match, and conflict-of-interest disclosure. Aggregate scores combine with recency decay so rankings reflect current reality. Read full methodology →