Back to directory
ofershap/mcp-server-s3

ofershap/mcp-server-s3

@ofershap

MCP server for AWS S3 — list buckets, browse objects, upload/download, presigned URLs

awss3cloud-storagetypescriptmcpfile-managementpresigned-urlcloud

Installation & Configuration

{
  "mcpServers": {
    "s3": {
      "command": "npx",
      "args": [
        "mcp-server-s3"
      ],
      "env": {
        "AWS_REGION": "us-east-1",
        "AWS_ACCESS_KEY_ID": "your-access-key",
        "AWS_SECRET_ACCESS_KEY": "your-secret-key"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/17
Updated
2026/6/17