Skip to content
MCP-Bridge
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-managementgroups-management

Environment Variables

MANAGEMENT_GROUPS_API_KEY

Example: your_management_groups_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-managementgroups-management": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-managementgroups-management"],
      "env": {
      "MANAGEMENT_GROUPS_API_KEY": "your_management_groups_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.Management/managementGroups

ManagementGroups_List

GET/providers/Microsoft.Management/managementGroups/{groupId}

ManagementGroups_Get

GET/providers/Microsoft.Management/operations

Operations_List