Aws S3 MCP
未认领MCP server to integrate AWS S3 and LLM
awsaws-s3mcpmcp-serversmodelcontextprotocoltypescript
安装
$
npx aws-s3-mcp工具(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)