Amazon Simple Storage Service MCP Config
<p/>
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-s3.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/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
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-s3.jsonEnvironment Variables
AMAZON_SIMPLE_STORAGE_SERVICE_API_KEYReplace your_amazon_simple_storage_service_api_key with your actual amazon simple storage service api key
Endpoints
GET
/{Bucket}/{Key}#uploadIdListParts
POST
/{Bucket}/{Key}#uploadIdCompleteMultipartUpload
DELETE
/{Bucket}/{Key}#uploadIdAbortMultipartUpload
PUT
/{Bucket}/{Key}#x-amz-copy-sourceCopyObject
GET
/{Bucket}ListObjects
PUT
/{Bucket}CreateBucket
DELETE
/{Bucket}DeleteBucket
POST
/{Bucket}/{Key}#uploadsCreateMultipartUpload
GET
/{Bucket}#analytics&idGetBucketAnalyticsConfiguration
PUT
/{Bucket}#analytics&idPutBucketAnalyticsConfiguration