Amazon ElastiCache Claude Desktop Config
Add the Amazon ElastiCache 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-elasticache": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-elasticache"
],
"env": {
"AMAZON_ELASTICACHE_API_KEY": "your_amazon_elasticache_api_key"
}
}
}
}Environment Variables
AMAZON_ELASTICACHE_API_KEYReplace your_amazon_elasticache_api_key with your actual amazon elasticache api key
Endpoints
GET
/#Action=AddTagsToResourceGET_AddTagsToResource
POST
/#Action=AddTagsToResourcePOST_AddTagsToResource
GET
/#Action=AuthorizeCacheSecurityGroupIngressGET_AuthorizeCacheSecurityGroupIngress
POST
/#Action=AuthorizeCacheSecurityGroupIngressPOST_AuthorizeCacheSecurityGroupIngress
GET
/#Action=BatchApplyUpdateActionGET_BatchApplyUpdateAction
POST
/#Action=BatchApplyUpdateActionPOST_BatchApplyUpdateAction
GET
/#Action=BatchStopUpdateActionGET_BatchStopUpdateAction
POST
/#Action=BatchStopUpdateActionPOST_BatchStopUpdateAction
GET
/#Action=CompleteMigrationGET_CompleteMigration
POST
/#Action=CompleteMigrationPOST_CompleteMigration