Back to directory
FunnyPuppet/mcp-s3-server

FunnyPuppet/mcp-s3-server

@FunnyPuppet0

MCP server for object storage operations including list, create, delete buckets and objects

object storages3cloud storagedatabase

Installation & Configuration

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

Information

Transport
stdio
Language
Python
Created
2025/4/19
Updated
2025/4/20