Back to directory
geun-oh/s3-mcp-server

geun-oh/s3-mcp-server

@Geun-Oh

A Model Context Protocol (MCP) server for accessing Amazon S3 buckets with streaming capabilities for large files.

s3awsstoragemcptypescriptcloudfile-handlingamazon

Installation & Configuration

{
  "mcpServers": {
    "s3-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@geunoh/s3-mcp-server"
      ],
      "env": {
        "AWS_ACCESS_KEY_ID": "YOUR_AWS_ACCESS_KEY_ID",
        "AWS_SECRET_ACCESS_KEY": "YOUR_AWS_SECRET_ACCESS_KEY"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15