Elastic Load Balancing Claude Desktop Config
Add the Elastic Load Balancing 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-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_KEYReplace your_elastic_load_balancing_api_key with your actual elastic load balancing api key
Endpoints
GET
/#Action=AddTagsGET_AddTags
POST
/#Action=AddTagsPOST_AddTags
GET
/#Action=ApplySecurityGroupsToLoadBalancerGET_ApplySecurityGroupsToLoadBalancer
POST
/#Action=ApplySecurityGroupsToLoadBalancerPOST_ApplySecurityGroupsToLoadBalancer
GET
/#Action=AttachLoadBalancerToSubnetsGET_AttachLoadBalancerToSubnets
POST
/#Action=AttachLoadBalancerToSubnetsPOST_AttachLoadBalancerToSubnets
GET
/#Action=ConfigureHealthCheckGET_ConfigureHealthCheck
POST
/#Action=ConfigureHealthCheckPOST_ConfigureHealthCheck
GET
/#Action=CreateAppCookieStickinessPolicyGET_CreateAppCookieStickinessPolicy
POST
/#Action=CreateAppCookieStickinessPolicyPOST_CreateAppCookieStickinessPolicy