by plugpier · 3.3k installs
Upload, list, and manage S3 objects and buckets with fine-grained IAM scoping.
Manage AWS S3 storage from your AI assistant. List buckets, upload files, generate presigned URLs, and query object metadata.
AWS credentials (access key + secret) with S3 permissions. IAM role with least-privilege scoping recommended.
list_bucketsList all S3 buckets in the account with region and creation date.
list_objectsList objects in a bucket with optional prefix filter.
get_objectDownload an object or retrieve its metadata.
put_objectUpload content to an S3 object.
presign_urlGenerate a temporary presigned URL for an object.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"aws-s3-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/aws-s3-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}