Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Elastic Beanstalk Claude Desktop Config

Add the AWS Elastic Beanstalk MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_aws_elastic_beanstalk_api_key with your actual aws elastic beanstalk api key

Endpoints

GET/#Action=AbortEnvironmentUpdate

GET_AbortEnvironmentUpdate

POST/#Action=AbortEnvironmentUpdate

POST_AbortEnvironmentUpdate

GET/#Action=ApplyEnvironmentManagedAction

GET_ApplyEnvironmentManagedAction

POST/#Action=ApplyEnvironmentManagedAction

POST_ApplyEnvironmentManagedAction

GET/#Action=AssociateEnvironmentOperationsRole

GET_AssociateEnvironmentOperationsRole

POST/#Action=AssociateEnvironmentOperationsRole

POST_AssociateEnvironmentOperationsRole

GET/#Action=CheckDNSAvailability

GET_CheckDNSAvailability

POST/#Action=CheckDNSAvailability

POST_CheckDNSAvailability

GET/#Action=ComposeEnvironments

GET_ComposeEnvironments

POST/#Action=ComposeEnvironments

POST_ComposeEnvironments