MCP Servers / cloud-storage / AWS S3

AWS S3

JSON →
none3cloud-storage

Manage AWS S3 buckets and objects, including policies, tagging, and configurations.

Install
How to run this server

No install command recorded.

server path: aws-s3
Tools
What this server exposes
list_buckets
Retrieve a list of all S3 buckets.
create_bucket
Create a new S3 bucket with optional configurations.
list_objects
List all objects in a specified bucket.
get_object
Retrieve the content of a specified object.
put_object
Upload an object to a specified bucket.
delete_object
Remove an object from a specified bucket.
generate_presigned_url
Create a presigned URL for accessing or uploading an object.
set_bucket_policy
Update or set a policy for a specified bucket.
get_bucket_policy
Retrieve the current policy for a specified bucket.
delete_bucket_policy
Remove the current policy for a specified bucket.
lifecycle_configuration
Manage lifecycle rules for S3 buckets.
object_tagging
Set and retrieve tags for S3 objects.
cors_configuration
Get and set CORS rules for a bucket.
copy_object
Copy an object from one location to another within S3.
download_file_to_local
Download a file from a specified S3 bucket to a local path.
upload_local_file
Upload a local file to a specified S3 bucket.
Configuration
Environment & auth
authnone
envAWS_SECRET_ACCESS_KEY
envAWS_ACCESS_KEY_ID
Resources
AWS S3 — MCP Server · libregistry