Amazon Web Services integration — manage S3, EC2, Lambda, and other AWS services
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYnpx @getmcp/cli add awsConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"aws": {
"command": "npx",
"args": [
"-y",
"aws-mcp"
],
"env": {
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_REGION": "us-east-1"
}
}
}
}