s3-mcp-connector

FerhatDundar/s3-mcp-connector
★ 0 stars Go File System Updated 11d ago
MCP server for Amazon S3 (and any S3-compatible endpoint) — list, read, write, delete objects & buckets. Go binary, LocalStack-tested.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "s3-mcp-connector": {
      "command": "go",
      "args": [
        "run",
        "github.com/FerhatDundar/s3-mcp-connector@latest"
      ]
    }
  }
}

README Excerpt

<div align="center"> **Talk to Amazon S3 — or LocalStack, MinIO, any S3-compatible store — from an MCP-speaking agent.** </div> --- A single static Go binary that speaks the [Model Context Protocol](https://modelcontextprotocol.io/) and exposes 8 tools for working with S3: list buckets, list/read/write/delete

Tools (13)

AWS_REGIONS3_ENDPOINT_URLS3_FORCE_PATH_STYLEmainresponse_formats3_create_buckets3_delete_buckets3_delete_objects3_get_objects3_head_objects3_list_bucketss3_list_objectss3_put_object

Topics

awsgolanglocalstackmcpmcp-servermodel-context-protocols3