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
- 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-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_KEYReplace your_amazon_elastic_compute_cloud_api_key with your actual amazon elastic compute cloud api key
Endpoints
GET
/#Action=AcceptAddressTransferGET_AcceptAddressTransfer
POST
/#Action=AcceptAddressTransferPOST_AcceptAddressTransfer
GET
/#Action=AcceptReservedInstancesExchangeQuoteGET_AcceptReservedInstancesExchangeQuote
POST
/#Action=AcceptReservedInstancesExchangeQuotePOST_AcceptReservedInstancesExchangeQuote
GET
/#Action=AcceptTransitGatewayMulticastDomainAssociationsGET_AcceptTransitGatewayMulticastDomainAssociations
POST
/#Action=AcceptTransitGatewayMulticastDomainAssociationsPOST_AcceptTransitGatewayMulticastDomainAssociations
GET
/#Action=AcceptTransitGatewayPeeringAttachmentGET_AcceptTransitGatewayPeeringAttachment
POST
/#Action=AcceptTransitGatewayPeeringAttachmentPOST_AcceptTransitGatewayPeeringAttachment
GET
/#Action=AcceptTransitGatewayVpcAttachmentGET_AcceptTransitGatewayVpcAttachment
POST
/#Action=AcceptTransitGatewayVpcAttachmentPOST_AcceptTransitGatewayVpcAttachment