Amazon S3

Amazon S3 MCP Connector for Claude

A+

Cloud object storage orchestration — manage buckets, objects, and metadata via AI.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your Amazon S3 environment to your AI agent to unlock professional cloud storage orchestration. From creating and auditing buckets to managing individual objects and their metadata, your agent handles your AWS data storage through natural conversation.

What you can do

  • Bucket Orchestration — List your S3 buckets, create new ones, and retrieve their location or policy configurations
  • Object Management — List objects within a specific bucket, including their size and last modified timestamps
  • Data Ingestion — Upload objects directly to S3 or delete unwanted files to maintain your storage hygiene
  • Metadata Auditing — Retrieve technical metadata (headers, content type, size) for specific objects without downloading them
  • Security Oversight — Audit bucket ACLs and policies to ensure your cloud storage meets compliance requirements

How it works

  1. Subscribe to this server
  2. Enter your AWS Access Key, Secret Key, and Region
  3. Start managing your cloud storage and monitoring your data assets through Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Cloud Engineers — automate bucket audits and verify object configurations effortlessly
  • Data Scientists — quickly find specific datasets or list objects in your data lake directly from chat
  • DevOps Specialists — monitor S3 policies and manage file cleanups using simple commands
  • Security Analysts — audit bucket access controls and identify exposed data via API queries
object-storagebucket-managementdata-archivingcloud-infrastructuremetadataaws

10 tools expose this connector's capabilities to your AI agent.

list_buckets

List S3 buckets

create_bucket

Create an S3 bucket

delete_bucket

Delete an S3 bucket

list_objects

Can be filtered by prefix. List objects in bucket

get_object_data

Get object content

put_object

Upload an object

delete_object

Delete an object

get_bucket_policy

Get bucket policy

get_bucket_acl

Get bucket ACL

get_object_metadata

Get object metadata

See how to talk to your AI agent using Amazon S3.

List all S3 buckets in my account.

I've retrieved your S3 buckets. You currently have 4 buckets: 'production-assets', 'backup-logs-2026', 'website-images-eu', and 'data-lake-raw'. Would you like me to list the contents of the 'production-assets' bucket?

Show the top 10 objects in bucket 'data-lake-raw' starting with prefix '2026/03/'.

I've listed the objects matching that prefix. I found 10 files, mostly CSV and JSON logs. The largest file is '2026/03/15/transactions.csv' at 25MB. Would you like to see the metadata for that specific file?

Get the bucket policy for 'website-images-eu'.

I've retrieved the policy for 'website-images-eu'. The bucket currently has a public read policy attached (`s3:GetObject` allowed for `*`). Are you sure this bucket should be publicly accessible?

Log in to the AWS Management Console, navigate to IAM (Identity and Access Management), and create a user with programmatic access. Ensure this user has S3 permissions (e.g., `AmazonS3FullAccess`). You will receive an Access Key ID and a Secret Access Key.

Related Connectors