Skip to content
MCP-Bridge
Developer Tools

Amazon Simple Storage Service MCP Config

<p/>

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-s3.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-s3.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-s3": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-s3"],
      "env": {
      "AMAZON_SIMPLE_STORAGE_SERVICE_API_KEY": "your_amazon_simple_storage_service_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-s3.json

Environment Variables

AMAZON_SIMPLE_STORAGE_SERVICE_API_KEY

Replace your_amazon_simple_storage_service_api_key with your actual amazon simple storage service api key

Endpoints

GET/{Bucket}/{Key}#uploadId

ListParts

POST/{Bucket}/{Key}#uploadId

CompleteMultipartUpload

DELETE/{Bucket}/{Key}#uploadId

AbortMultipartUpload

PUT/{Bucket}/{Key}#x-amz-copy-source

CopyObject

GET/{Bucket}

ListObjects

PUT/{Bucket}

CreateBucket

DELETE/{Bucket}

DeleteBucket

POST/{Bucket}/{Key}#uploads

CreateMultipartUpload

GET/{Bucket}#analytics&id

GetBucketAnalyticsConfiguration

PUT/{Bucket}#analytics&id

PutBucketAnalyticsConfiguration