Back to directory
AM

Azure MCP Server

Official Microsoft server for managing Azure resources from your agent.
Last updated July 18, 2026
Cloud & InfrastructureLocal · stdioC#3.5k

Overview

Microsoft's official Azure MCP Server gives an agent tools to query and manage Azure resources — from resource groups to specific service configurations — authenticated through your existing Azure CLI credentials.

Use cases

Ask an agent to list resource groups or resources in an Azure subscription.
Query configuration details for a specific Azure service.
Troubleshoot an Azure resource without switching to the Azure Portal.

Install

{
  "mcpServers": {
    "azure-mcp-server": {
      "command": "dnx",
      "args": [
        "Azure.Mcp",
        "--source",
        "https://api.nuget.org/v3/index.json",
        "--yes",
        "--",
        "azmcp",
        "server",
        "start"
      ],
      "type": "stdio"
    }
  }
}

FAQ

Through your existing Azure CLI / Azure Identity credentials — no separate API key management required.