AWS S3
CommunitybyCommunity
S3 buckets management, objects, policies, and tagging.
API Key Required
Configuration
{
"mcpServers": {
"aws-s3": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-aws-s3"
],
"env": {
"AWS_S3_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.