SiteRecoveryManagementClient Claude Desktop Config
Add the SiteRecoveryManagementClient 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-recoveryservicessiterecovery-service": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-recoveryservicessiterecovery-service"
],
"env": {
"SITERECOVERYMANAGEMENTCLIENT_API_KEY": "your_siterecoverymanagementclient_api_key"
}
}
}
}Environment Variables
SITERECOVERYMANAGEMENTCLIENT_API_KEYReplace your_siterecoverymanagementclient_api_key with your actual siterecoverymanagementclient api key
Endpoints
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/operationsReturns the list of available operations.
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettingsGets the list of configured email notification(alert) configurations.
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}Gets an email notification(alert) configuration.
PUT
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationAlertSettings/{alertSettingName}Configures email notifications for this vault.
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEventsGets the list of Azure Site Recovery events.
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationEvents/{eventName}Get the details of an Azure Site recovery event.
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabricsGets the list of ASR fabrics
GET
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}Gets the details of an ASR fabric.
PUT
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}Creates an Azure Site Recovery fabric.
DELETE
/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}Purges the site.