Back to directory
funnypuppet/mcp-s3-server

funnypuppet/mcp-s3-server

@FunnyPuppet

MCP server for object storage, supporting a range of operations for object storage

s3object-storagemcpcloud-storageawsstoragecloud

Installation & Configuration

{
  "mcpServers": {
    "s3-server": {
      "command": "uv",
      "args": [
        "--directory",
        ".",
        "run",
        "server.py"
      ],
      "env": {
        "ENDPOINT": "endpoint",
        "ACCESS_KEY_ID": "your access key",
        "ACCESS_KEY_SECRET": "your access secret"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13