s3mcpserver

tech4life87/s3mcpserver
★ 2 stars Unknown language 📁 File System Updated 1y ago
AWS S3 MCP Server
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "s3mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "tech4life87/s3mcpserver"
      ]
    }
  }
}