Aws S3 MCP
UnclaimedMCP server to integrate AWS S3 and LLM
Install
npx aws-s3-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (7)
bucket
(required): Name of the S3 bucket to list objects from
get-object
Retrieves an object from a specified S3 bucket. Text files are returned as plain text, while binary files are returned with limited details.
key
(required): Key (path) of the object to retrieve
list-buckets
Lists available S3 buckets that the server has permission to access. This tool respects the S3BUCKETS configuration that limits which buckets are shown.
list-objects
Lists objects in a specified S3 bucket.
maxKeys
(optional): Maximum number of objects to return
prefix
(optional): Prefix to filter objects (like a folder path)