Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Global Accelerator Claude Desktop Config

Add the AWS Global Accelerator 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-globalaccelerator": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-globalaccelerator"
      ],
      "env": {
        "AWS_GLOBAL_ACCELERATOR_API_KEY": "your_aws_global_accelerator_api_key"
      }
    }
  }
}

Environment Variables

AWS_GLOBAL_ACCELERATOR_API_KEY

Replace your_aws_global_accelerator_api_key with your actual aws global accelerator api key

Endpoints

POST/#X-Amz-Target=GlobalAccelerator_V20180706.AddCustomRoutingEndpoints

AddCustomRoutingEndpoints

POST/#X-Amz-Target=GlobalAccelerator_V20180706.AddEndpoints

AddEndpoints

POST/#X-Amz-Target=GlobalAccelerator_V20180706.AdvertiseByoipCidr

AdvertiseByoipCidr

POST/#X-Amz-Target=GlobalAccelerator_V20180706.AllowCustomRoutingTraffic

AllowCustomRoutingTraffic

POST/#X-Amz-Target=GlobalAccelerator_V20180706.CreateAccelerator

CreateAccelerator

POST/#X-Amz-Target=GlobalAccelerator_V20180706.CreateCustomRoutingAccelerator

CreateCustomRoutingAccelerator

POST/#X-Amz-Target=GlobalAccelerator_V20180706.CreateCustomRoutingEndpointGroup

CreateCustomRoutingEndpointGroup

POST/#X-Amz-Target=GlobalAccelerator_V20180706.CreateCustomRoutingListener

CreateCustomRoutingListener

POST/#X-Amz-Target=GlobalAccelerator_V20180706.CreateEndpointGroup

CreateEndpointGroup

POST/#X-Amz-Target=GlobalAccelerator_V20180706.CreateListener

CreateListener