AWS App Runner Claude Desktop Config
Add the AWS App Runner 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-apprunner": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-apprunner"
],
"env": {
"AWS_APP_RUNNER_API_KEY": "your_aws_app_runner_api_key"
}
}
}
}Environment Variables
AWS_APP_RUNNER_API_KEYReplace your_aws_app_runner_api_key with your actual aws app runner api key
Endpoints
POST
/#X-Amz-Target=AppRunner.AssociateCustomDomainAssociateCustomDomain
POST
/#X-Amz-Target=AppRunner.CreateAutoScalingConfigurationCreateAutoScalingConfiguration
POST
/#X-Amz-Target=AppRunner.CreateConnectionCreateConnection
POST
/#X-Amz-Target=AppRunner.CreateObservabilityConfigurationCreateObservabilityConfiguration
POST
/#X-Amz-Target=AppRunner.CreateServiceCreateService
POST
/#X-Amz-Target=AppRunner.CreateVpcConnectorCreateVpcConnector
POST
/#X-Amz-Target=AppRunner.CreateVpcIngressConnectionCreateVpcIngressConnection
POST
/#X-Amz-Target=AppRunner.DeleteAutoScalingConfigurationDeleteAutoScalingConfiguration
POST
/#X-Amz-Target=AppRunner.DeleteConnectionDeleteConnection
POST
/#X-Amz-Target=AppRunner.DeleteObservabilityConfigurationDeleteObservabilityConfiguration