mcpserver.lol
registry/s3
Connection check local install

s3

AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.

Tools 7
GitHub stars 4
Installs / wk 90
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

7 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

bucket_info from source
Check if a bucket exists and get basic info.
delete_object from source
Delete an object from an S3 bucket.
get_object from source
Download and read the contents of an S3 object as text.
list_buckets from source
List all S3 buckets in your AWS account.
list_objects from source
List objects in an S3 bucket. Optionally filter by prefix and limit count.
presigned_url from source
Generate a presigned URL for temporary access to an S3 object.
put_object from source
Upload text content to an S3 object.