MCP Servers / cloud-storage / AWS S3

AWS S3

JSON →
stdionone79cloud-storage

Retrieve files like PDFs from an AWS S3 bucket. Requires AWS credentials for access.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: aws-s3-2
Tools
What this server exposes
ListBuckets
Returns a list of all buckets owned by the authenticated sender of the request
ListObjectsV2
Returns some or all (up to 1,000) of the objects in a bucket with each request
GetObject
Retrieves an object from Amazon S3. In the GetObject request, specify the full key name for the object. General purpose buckets - Both the virtual-hosted-style requests and the path-style requests are supported
Configuration
Environment & auth
authnone
envUV_PUBLISH_TOKEN
Resources
AWS S3 — MCP Server · libregistry