A
licenseNot graded
qualityF
maintenanceEnables interaction with AWS S3 through MCP, supporting bucket and object management, lifecycle configurations, tagging, policies, CORS settings, presigned URLs, and file uploads/downloads.
3
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: connect to a bucket, list objects, read object contents, and upload files. There is no overlap in functionality.
All tool names follow a consistent verb_noun pattern with snake_case (connect_s3, list_objects, read_object, upload_object), making them predictable.
With 4 tools covering core S3 operations (connect, list, read, upload), the count is well-scoped and avoids being too few or too many.
The tool surface covers key read and write operations, but is missing a delete operation, which is a minor gap. Overall, it supports common workflows.