Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Amazon S3 on Outposts MCP Server

Amazon S3 on Outposts provides access to S3 on Outposts operations.

Quick Setup

Transport: STDIO

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

Environment Variables

AMAZON_S3_ON_OUTPOSTS_API_KEY

Example: your_amazon_s3_on_outposts_api_key

MCP Server Configuration

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

{
  "mcpServers": {
    "amazonaws-com-s3outposts": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-s3outposts"],
      "env": {
      "AMAZON_S3_ON_OUTPOSTS_API_KEY": "your_amazon_s3_on_outposts_api_key"
}
    }
  }
}

Endpoints

POST/S3Outposts/CreateEndpoint

CreateEndpoint

DELETE/S3Outposts/DeleteEndpoint#endpointId&outpostId

DeleteEndpoint

GET/S3Outposts/ListEndpoints

ListEndpoints

GET/S3Outposts/ListOutpostsWithS3

ListOutpostsWithS3

GET/S3Outposts/ListSharedEndpoints#outpostId

ListSharedEndpoints