AWS S3 MCP Server (aws-samples)

Official Cloud

AWS sample MCP server for retrieving data (PDFs and files) from S3 buckets.

Quick Install

uvx s3-mcp-server

One-click install

More clients (VS Code Insiders, Antigravity, Windsurf, Zed, Trae…)
VS Code Insiders

JSON works with: Antigravity (Google), Windsurf (Codeium), Trae (ByteDance), Zed, Continue.dev, Cline, Roo Code, and any other MCP-compatible client. Paste into their MCP config file or settings.

Manual configuration

Add this to your Claude Code settings.json (or .claude/settings.json in your project):

{
  "mcpServers": {
    "aws-s3-mcp-samples": {
      "command": "uvx",
      "args": [
        "s3-mcp-server"
      ]
    }
  }
}