Amazon EC2 Container Service Claude Desktop Config
Add the Amazon EC2 Container Service 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-ecs": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-ecs"
],
"env": {
"AMAZON_EC2_CONTAINER_SERVICE_API_KEY": "your_amazon_ec2_container_service_api_key"
}
}
}
}Environment Variables
AMAZON_EC2_CONTAINER_SERVICE_API_KEYReplace your_amazon_ec2_container_service_api_key with your actual amazon ec2 container service api key
Endpoints
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateCapacityProviderCreateCapacityProvider
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateClusterCreateCluster
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateServiceCreateService
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.CreateTaskSetCreateTaskSet
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteAccountSettingDeleteAccountSetting
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteAttributesDeleteAttributes
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteCapacityProviderDeleteCapacityProvider
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteClusterDeleteCluster
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteServiceDeleteService
POST
/#X-Amz-Target=AmazonEC2ContainerServiceV20141113.DeleteTaskDefinitionsDeleteTaskDefinitions