Skip to content
MCP-Bridge
Databases

Azure Data Migration Service Resource Provider Claude Desktop Config

Add the Azure Data Migration Service Resource Provider MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "azure-com-datamigration": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/azure-com-datamigration"
      ],
      "env": {
        "AZURE_DATA_MIGRATION_SERVICE_RESOURCE_PROVIDER_API_KEY": "your_azure_data_migration_service_resource_provider_api_key"
      }
    }
  }
}

Environment Variables

AZURE_DATA_MIGRATION_SERVICE_RESOURCE_PROVIDER_API_KEY

Replace your_azure_data_migration_service_resource_provider_api_key with your actual azure data migration service resource provider api key

Endpoints

GET/providers/Microsoft.DataMigration/operations

Get available resource provider actions (operations)

POST/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/checkNameAvailability

Check name validity and availability

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/locations/{location}/usages

Get resource quotas and usage information

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/services

Get services in subscription

GET/subscriptions/{subscriptionId}/providers/Microsoft.DataMigration/skus

Get supported SKUs

GET/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services

Get services in resource group

GET/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}

Get DMS Service Instance

PUT/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}

Create or update DMS Instance

DELETE/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}

Delete DMS Service Instance

PATCH/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.DataMigration/services/{serviceName}

Create or update DMS Service Instance