Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Server Migration Service Claude Desktop Config

Add the AWS Server Migration Service 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": {
    "amazonaws-com-sms": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-sms"
      ],
      "env": {
        "AWS_SERVER_MIGRATION_SERVICE_API_KEY": "your_aws_server_migration_service_api_key"
      }
    }
  }
}

Environment Variables

AWS_SERVER_MIGRATION_SERVICE_API_KEY

Replace your_aws_server_migration_service_api_key with your actual aws server migration service api key

Endpoints

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.CreateApp

CreateApp

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.CreateReplicationJob

CreateReplicationJob

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DeleteApp

DeleteApp

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DeleteAppLaunchConfiguration

DeleteAppLaunchConfiguration

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DeleteAppReplicationConfiguration

DeleteAppReplicationConfiguration

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DeleteAppValidationConfiguration

DeleteAppValidationConfiguration

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DeleteReplicationJob

DeleteReplicationJob

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DeleteServerCatalog

DeleteServerCatalog

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.DisassociateConnector

DisassociateConnector

POST/#X-Amz-Target=AWSServerMigrationService_V2016_10_24.GenerateChangeSet

GenerateChangeSet