Skip to content
Cline

s3 for Cline

io.github.ofershap/s3

AWS S3 MCP — list buckets, browse objects, upload/download, presigned URLs.

client:Cline transport:stdio runtime:npm

Install s3 in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "s3": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-s3"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

s3 in other clients