Skip to content
MCP-Bridge
Cloud Infrastructure

AWS S3 Control Claude Desktop Config

Add the AWS S3 Control MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-s3control": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-s3control"
      ],
      "env": {
        "AWS_S3_CONTROL_API_KEY": "your_aws_s3_control_api_key"
      }
    }
  }
}

Environment Variables

AWS_S3_CONTROL_API_KEY

Replace your_aws_s3_control_api_key with your actual aws s3 control api key

Endpoints

GET/v20180820/accesspoint/{name}#x-amz-account-id

GetAccessPoint

PUT/v20180820/accesspoint/{name}#x-amz-account-id

CreateAccessPoint

DELETE/v20180820/accesspoint/{name}#x-amz-account-id

DeleteAccessPoint

GET/v20180820/accesspointforobjectlambda/{name}#x-amz-account-id

GetAccessPointForObjectLambda

PUT/v20180820/accesspointforobjectlambda/{name}#x-amz-account-id

CreateAccessPointForObjectLambda

DELETE/v20180820/accesspointforobjectlambda/{name}#x-amz-account-id

DeleteAccessPointForObjectLambda

PUT/v20180820/bucket/{name}

CreateBucket

GET/v20180820/jobs#x-amz-account-id

ListJobs

POST/v20180820/jobs#x-amz-account-id

CreateJob

POST/v20180820/async-requests/mrap/create#x-amz-account-id

CreateMultiRegionAccessPoint