Amazon EC2 Container Registry Claude Desktop Config
Add the Amazon EC2 Container Registry 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-ecr": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-ecr"
],
"env": {
"AMAZON_EC2_CONTAINER_REGISTRY_API_KEY": "your_amazon_ec2_container_registry_api_key"
}
}
}
}Environment Variables
AMAZON_EC2_CONTAINER_REGISTRY_API_KEYReplace your_amazon_ec2_container_registry_api_key with your actual amazon ec2 container registry api key
Endpoints
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.BatchCheckLayerAvailabilityBatchCheckLayerAvailability
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.BatchDeleteImageBatchDeleteImage
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.BatchGetImageBatchGetImage
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.BatchGetRepositoryScanningConfigurationBatchGetRepositoryScanningConfiguration
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.CompleteLayerUploadCompleteLayerUpload
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.CreatePullThroughCacheRuleCreatePullThroughCacheRule
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.CreateRepositoryCreateRepository
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.DeleteLifecyclePolicyDeleteLifecyclePolicy
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.DeletePullThroughCacheRuleDeletePullThroughCacheRule
POST
/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.DeleteRegistryPolicyDeleteRegistryPolicy