Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS S3 Control MCP Server

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

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-s3control

Environment Variables

AWS_S3_CONTROL_API_KEY

Example: your_aws_s3_control_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

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