Object storage for files, images, and static assets
Store and retrieve files, images, and static assets using Amazon S3. Scalable object storage with high durability and availability.
{
"mcpServers": {
"aws-s3": {
"env": {
"AWS_REGION": "us-east-1",
"S3_BUCKET_NAME": "your-bucket-name",
"AWS_ACCESS_KEY_ID": "your_access_key",
"AWS_SECRET_ACCESS_KEY": "your_secret_key"
},
"args": [
"-y",
"@aws-sdk/mcp-s3"
],
"command": "npx"
}
}
}AWS_REGIONus-east-1S3_BUCKET_NAMEyour-bucket-nameAWS_ACCESS_KEY_IDyour_access_keyAWS_SECRET_ACCESS_KEYyour_secret_key