Marketplace/AWS S3 MCP

AWS S3 MCP

Verified

by plugpier · 3.3k installs

Upload, list, and manage S3 objects and buckets with fine-grained IAM scoping.

About

Manage AWS S3 storage from your AI assistant. List buckets, upload files, generate presigned URLs, and query object metadata.

Features

  • List buckets and objects with pagination
  • Upload and download files
  • Generate presigned URLs for temporary access
  • Query object metadata and tags
  • Manage bucket policies and CORS

Requirements

AWS credentials (access key + secret) with S3 permissions. IAM role with least-privilege scoping recommended.

Tools 5

list_buckets

List all S3 buckets in the account with region and creation date.

list_objects

List objects in a bucket with optional prefix filter.

bucketprefixlimitcontinuation_token
get_object

Download an object or retrieve its metadata.

bucketkeymetadata_only
put_object

Upload content to an S3 object.

bucketkeycontentcontent_type
presign_url

Generate a temporary presigned URL for an object.

bucketkeyexpires_inmethod

Reviews

💬

No reviews yet.

Be the first to review after installing.

Quick Install

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aws-s3-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@plugpier/aws-s3-mcp"
      ],
      "env": {
        "PLUGPIER_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Stats

Installs3.3k
Tools5
Trust score93/100
LicenseMIT
CategoryDev Tools

Related Servers