Application Migration Service Claude Desktop Config
Add the Application 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-mgn": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-mgn"
],
"env": {
"APPLICATION_MIGRATION_SERVICE_API_KEY": "your_application_migration_service_api_key"
}
}
}
}Environment Variables
APPLICATION_MIGRATION_SERVICE_API_KEYReplace your_application_migration_service_api_key with your actual application migration service api key
Endpoints
POST
/ArchiveApplicationArchiveApplication
POST
/ArchiveWaveArchiveWave
POST
/AssociateApplicationsAssociateApplications
POST
/AssociateSourceServersAssociateSourceServers
POST
/ChangeServerLifeCycleStateChangeServerLifeCycleState
POST
/CreateApplicationCreateApplication
POST
/CreateLaunchConfigurationTemplateCreateLaunchConfigurationTemplate
POST
/CreateReplicationConfigurationTemplateCreateReplicationConfigurationTemplate
POST
/CreateWaveCreateWave
POST
/DeleteApplicationDeleteApplication