Skip to content
MCP-Bridge
Cloud Infrastructure

Elastic Load Balancing Claude Desktop Config

Add the Elastic Load Balancing 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-elasticloadbalancingv2": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-elasticloadbalancingv2"
      ],
      "env": {
        "ELASTIC_LOAD_BALANCING_API_KEY": "your_elastic_load_balancing_api_key"
      }
    }
  }
}

Environment Variables

ELASTIC_LOAD_BALANCING_API_KEY

Replace your_elastic_load_balancing_api_key with your actual elastic load balancing api key

Endpoints

GET/#Action=AddListenerCertificates

GET_AddListenerCertificates

POST/#Action=AddListenerCertificates

POST_AddListenerCertificates

GET/#Action=AddTags

GET_AddTags

POST/#Action=AddTags

POST_AddTags

GET/#Action=CreateListener

GET_CreateListener

POST/#Action=CreateListener

POST_CreateListener

GET/#Action=CreateLoadBalancer

GET_CreateLoadBalancer

POST/#Action=CreateLoadBalancer

POST_CreateLoadBalancer

GET/#Action=CreateRule

GET_CreateRule

POST/#Action=CreateRule

POST_CreateRule