Cloud InfrastructureAuto-generated
Management Groups MCP Server
The Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-resources-management
Environment Variables
MANAGEMENT_GROUPS_API_KEYExample: your_management_groups_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-resources-management": {
"command": "npx",
"args": ["-y","@mcp/azure-com-resources-management"],
"env": {
"MANAGEMENT_GROUPS_API_KEY": "your_management_groups_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.Management/managementGroupsManagementGroups_List
GET
/providers/Microsoft.Management/managementGroups/{groupId}ManagementGroups_Get
GET
/providers/Microsoft.Management/operationsOperations_List