Skip to content
MCP-Bridge
Cloud Infrastructure

AWS S3 Control MCP Config

Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-s3control": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-s3control"],
      "env": {
      "AWS_S3_CONTROL_API_KEY": "your_aws_s3_control_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-s3control.json

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