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-elasticloadbalancing": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-elasticloadbalancing"
      ],
      "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=AddTags

GET_AddTags

POST/#Action=AddTags

POST_AddTags

GET/#Action=ApplySecurityGroupsToLoadBalancer

GET_ApplySecurityGroupsToLoadBalancer

POST/#Action=ApplySecurityGroupsToLoadBalancer

POST_ApplySecurityGroupsToLoadBalancer

GET/#Action=AttachLoadBalancerToSubnets

GET_AttachLoadBalancerToSubnets

POST/#Action=AttachLoadBalancerToSubnets

POST_AttachLoadBalancerToSubnets

GET/#Action=ConfigureHealthCheck

GET_ConfigureHealthCheck

POST/#Action=ConfigureHealthCheck

POST_ConfigureHealthCheck

GET/#Action=CreateAppCookieStickinessPolicy

GET_CreateAppCookieStickinessPolicy

POST/#Action=CreateAppCookieStickinessPolicy

POST_CreateAppCookieStickinessPolicy