Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Elastic Compute Cloud Claude Desktop Config

Add the Amazon Elastic Compute Cloud 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-ec2": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-ec2"
      ],
      "env": {
        "AMAZON_ELASTIC_COMPUTE_CLOUD_API_KEY": "your_amazon_elastic_compute_cloud_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_ELASTIC_COMPUTE_CLOUD_API_KEY

Replace your_amazon_elastic_compute_cloud_api_key with your actual amazon elastic compute cloud api key

Endpoints

GET/#Action=AcceptAddressTransfer

GET_AcceptAddressTransfer

POST/#Action=AcceptAddressTransfer

POST_AcceptAddressTransfer

GET/#Action=AcceptReservedInstancesExchangeQuote

GET_AcceptReservedInstancesExchangeQuote

POST/#Action=AcceptReservedInstancesExchangeQuote

POST_AcceptReservedInstancesExchangeQuote

GET/#Action=AcceptTransitGatewayMulticastDomainAssociations

GET_AcceptTransitGatewayMulticastDomainAssociations

POST/#Action=AcceptTransitGatewayMulticastDomainAssociations

POST_AcceptTransitGatewayMulticastDomainAssociations

GET/#Action=AcceptTransitGatewayPeeringAttachment

GET_AcceptTransitGatewayPeeringAttachment

POST/#Action=AcceptTransitGatewayPeeringAttachment

POST_AcceptTransitGatewayPeeringAttachment

GET/#Action=AcceptTransitGatewayVpcAttachment

GET_AcceptTransitGatewayVpcAttachment

POST/#Action=AcceptTransitGatewayVpcAttachment

POST_AcceptTransitGatewayVpcAttachment