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-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_KEYReplace your_elastic_load_balancing_api_key with your actual elastic load balancing api key
Endpoints
GET
/#Action=AddListenerCertificatesGET_AddListenerCertificates
POST
/#Action=AddListenerCertificatesPOST_AddListenerCertificates
GET
/#Action=AddTagsGET_AddTags
POST
/#Action=AddTagsPOST_AddTags
GET
/#Action=CreateListenerGET_CreateListener
POST
/#Action=CreateListenerPOST_CreateListener
GET
/#Action=CreateLoadBalancerGET_CreateLoadBalancer
POST
/#Action=CreateLoadBalancerPOST_CreateLoadBalancer
GET
/#Action=CreateRuleGET_CreateRule
POST
/#Action=CreateRulePOST_CreateRule