AWS S3 MCP Server
JSON →An MCP server for managing files and buckets on AWS S3. Requires AWS credentials for authentication.
Install
npx (no Tools · 9
- list_buckets List all S3 buckets in the account
- create_bucket Create a new S3 bucket
- delete_bucket Delete an empty S3 bucket
- list_objects List objects in a bucket (with optional prefix filter)
- upload_object Upload a file or string content to a bucket
- download_object Download an object from a bucket
- delete_object Delete an object from a bucket
- get_bucket_policy Get the policy attached to a bucket
- set_bucket_policy Set or update a bucket policy
Environment variables
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEY
Links
★ 1 GitHub stars