Back to MCP Servers

Azure Resource Graph

A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure.

cloud-platformsazureai

Installation

npx -y azure-resource-graph-mcp-server

Configuration

{
  "mcpServers": {
    "azure-resource-graph-mcp-server": {
      "command": "npx",
      "args": ["-y", "azure-resource-graph-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub