AWS Elastic Beanstalk Claude Desktop Config
Add the AWS Elastic Beanstalk 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-elasticbeanstalk": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-elasticbeanstalk"
],
"env": {
"AWS_ELASTIC_BEANSTALK_API_KEY": "your_aws_elastic_beanstalk_api_key"
}
}
}
}Environment Variables
AWS_ELASTIC_BEANSTALK_API_KEYReplace your_aws_elastic_beanstalk_api_key with your actual aws elastic beanstalk api key
Endpoints
GET
/#Action=AbortEnvironmentUpdateGET_AbortEnvironmentUpdate
POST
/#Action=AbortEnvironmentUpdatePOST_AbortEnvironmentUpdate
GET
/#Action=ApplyEnvironmentManagedActionGET_ApplyEnvironmentManagedAction
POST
/#Action=ApplyEnvironmentManagedActionPOST_ApplyEnvironmentManagedAction
GET
/#Action=AssociateEnvironmentOperationsRoleGET_AssociateEnvironmentOperationsRole
POST
/#Action=AssociateEnvironmentOperationsRolePOST_AssociateEnvironmentOperationsRole
GET
/#Action=CheckDNSAvailabilityGET_CheckDNSAvailability
POST
/#Action=CheckDNSAvailabilityPOST_CheckDNSAvailability
GET
/#Action=ComposeEnvironmentsGET_ComposeEnvironments
POST
/#Action=ComposeEnvironmentsPOST_ComposeEnvironments