Auto Scaling Claude Desktop Config
Add the Auto Scaling 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-autoscaling": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-autoscaling"
],
"env": {
"AUTO_SCALING_API_KEY": "your_auto_scaling_api_key"
}
}
}
}Environment Variables
AUTO_SCALING_API_KEYReplace your_auto_scaling_api_key with your actual auto scaling api key
Endpoints
GET
/#Action=AttachInstancesGET_AttachInstances
POST
/#Action=AttachInstancesPOST_AttachInstances
GET
/#Action=AttachLoadBalancerTargetGroupsGET_AttachLoadBalancerTargetGroups
POST
/#Action=AttachLoadBalancerTargetGroupsPOST_AttachLoadBalancerTargetGroups
GET
/#Action=AttachLoadBalancersGET_AttachLoadBalancers
POST
/#Action=AttachLoadBalancersPOST_AttachLoadBalancers
GET
/#Action=AttachTrafficSourcesGET_AttachTrafficSources
POST
/#Action=AttachTrafficSourcesPOST_AttachTrafficSources
GET
/#Action=BatchDeleteScheduledActionGET_BatchDeleteScheduledAction
POST
/#Action=BatchDeleteScheduledActionPOST_BatchDeleteScheduledAction