Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-s3.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-s3": {
      "url": "https://mcpbridge.org/config/amazonaws-com-s3.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-s3": {
      "url": "https://mcpbridge.org/config/amazonaws-com-s3.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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