AuthorizationManagementClient Claude Desktop Config
Add the AuthorizationManagementClient MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-authorization": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-authorization"
],
"env": {
"AUTHORIZATIONMANAGEMENTCLIENT_API_KEY": "your_authorizationmanagementclient_api_key"
}
}
}
}Environment Variables
AUTHORIZATIONMANAGEMENTCLIENT_API_KEYReplace your_authorizationmanagementclient_api_key with your actual authorizationmanagementclient api key
Endpoints
POST
/providers/Microsoft.Authorization/elevateAccessElevateAccess_Post
GET
/providers/Microsoft.Authorization/providerOperationsProviderOperationsMetadata_List
GET
/providers/Microsoft.Authorization/providerOperations/{resourceProviderNamespace}ProviderOperationsMetadata_Get
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/roleAssignmentsRoleAssignments_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/roleAssignmentsRoleAssignments_ListForResourceGroup
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Authorization/permissionsPermissions_ListForResourceGroup
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/permissionsPermissions_ListForResource
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/roleAssignmentsRoleAssignments_ListForResource
GET
/{roleAssignmentId}RoleAssignments_GetById
PUT
/{roleAssignmentId}RoleAssignments_CreateById