AWS Database Migration Service Claude Desktop Config
Add the AWS Database Migration Service 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": {
"amazonaws-com-dms": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-dms"
],
"env": {
"AWS_DATABASE_MIGRATION_SERVICE_API_KEY": "your_aws_database_migration_service_api_key"
}
}
}
}Environment Variables
AWS_DATABASE_MIGRATION_SERVICE_API_KEYReplace your_aws_database_migration_service_api_key with your actual aws database migration service api key
Endpoints
POST
/#X-Amz-Target=AmazonDMSv20160101.AddTagsToResourceAddTagsToResource
POST
/#X-Amz-Target=AmazonDMSv20160101.ApplyPendingMaintenanceActionApplyPendingMaintenanceAction
POST
/#X-Amz-Target=AmazonDMSv20160101.BatchStartRecommendationsBatchStartRecommendations
POST
/#X-Amz-Target=AmazonDMSv20160101.CancelReplicationTaskAssessmentRunCancelReplicationTaskAssessmentRun
POST
/#X-Amz-Target=AmazonDMSv20160101.CreateEndpointCreateEndpoint
POST
/#X-Amz-Target=AmazonDMSv20160101.CreateEventSubscriptionCreateEventSubscription
POST
/#X-Amz-Target=AmazonDMSv20160101.CreateFleetAdvisorCollectorCreateFleetAdvisorCollector
POST
/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationInstanceCreateReplicationInstance
POST
/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationSubnetGroupCreateReplicationSubnetGroup
POST
/#X-Amz-Target=AmazonDMSv20160101.CreateReplicationTaskCreateReplicationTask