Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS Server Migration Service MCP Config

<important> <p> <b>Product update</b> </p> <p>We recommend <a href="http://aws.amazon.com/application-migration-service">Amazon Web Services Application Migration Service</a> (Amazon Web Services MGN) as the primary migration service for lift-and-shift migrations. If Amazon Web Services MGN is unava

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-sms.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-sms": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sms.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-sms": {
      "url": "https://mcpbridge.org/config/amazonaws-com-sms.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-sms.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/amazonaws-com-sms.json

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