MCP server for Amazon S3 bucket operations
List buckets, retrieve objects, filter CSV files, and read content. Optimized for automated access and scalability.
{
"mcpServers": {
"s3": {
"mcpServers": {
"s3": {
"env": {
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "YOUR_ACCESS_KEY",
"AWS_SECRET_ACCESS_KEY": "YOUR_SECRET_KEY"
},
"args": [
"-y",
"@openworkspace/aws-s3-mcp"
],
"command": "npx"
}
}
}
}
}