MaintenanceManagementClient Claude Desktop Config
Add the MaintenanceManagementClient 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-maintenance-maintenance": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-maintenance-maintenance"
],
"env": {
"MAINTENANCEMANAGEMENTCLIENT_API_KEY": "your_maintenancemanagementclient_api_key"
}
}
}
}Environment Variables
MAINTENANCEMANAGEMENTCLIENT_API_KEYReplace your_maintenancemanagementclient_api_key with your actual maintenancemanagementclient api key
Endpoints
GET
/providers/Microsoft.Maintenance/operationsList available operations
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Maintenance/maintenanceConfigurationsGet Configuration records within a subscription
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}Get Configuration record
PUT
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}Create or Update configuration record
DELETE
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}Delete Configuration record
PATCH
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Maintenance/maintenanceConfigurations/{resourceName}Patch configuration record
PUT
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/defaultApply Updates to resource with parent
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/applyUpdates/{applyUpdateName}Track Updates to resource with parent
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignmentsList configurationAssignments for resource
PUT
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{providerName}/{resourceParentType}/{resourceParentName}/{resourceType}/{resourceName}/providers/Microsoft.Maintenance/configurationAssignments/{configurationAssignmentName}Create configuration assignment