AWS S3 Control Claude Desktop Config
Add the AWS S3 Control MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_aws_s3_control_api_key with your actual aws s3 control api key
Endpoints
GET
/v20180820/accesspoint/{name}#x-amz-account-idGetAccessPoint
PUT
/v20180820/accesspoint/{name}#x-amz-account-idCreateAccessPoint
DELETE
/v20180820/accesspoint/{name}#x-amz-account-idDeleteAccessPoint
GET
/v20180820/accesspointforobjectlambda/{name}#x-amz-account-idGetAccessPointForObjectLambda
PUT
/v20180820/accesspointforobjectlambda/{name}#x-amz-account-idCreateAccessPointForObjectLambda
DELETE
/v20180820/accesspointforobjectlambda/{name}#x-amz-account-idDeleteAccessPointForObjectLambda
PUT
/v20180820/bucket/{name}CreateBucket
GET
/v20180820/jobs#x-amz-account-idListJobs
POST
/v20180820/jobs#x-amz-account-idCreateJob
POST
/v20180820/async-requests/mrap/create#x-amz-account-idCreateMultiRegionAccessPoint