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
By hardik-id
Installation
npx -y azure-resource-graph-mcp-serverConfiguration
{
"mcpServers": {
"azure-resource-graph-mcp-server": {
"command": "npx",
"args": ["-y", "azure-resource-graph-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes