S3 Storage

MCP Server

Amazon S3 and S3-compatible storage operations. List buckets, upload, download, and manage objects in cloud storage.

by Community

★★★★☆ 4.1/5 (70 reviews)
680GitHub stars
11kinstalls
Updated 2026-01-10
pythonintermediateactive

Installation

uvx s3-mcp-server

Quick Start

```json
{
  "mcpServers": {
    "s3": {
      "command": "uvx",
      "args": ["s3-mcp-server"],
      "env": { "AWS_PROFILE": "default" }
    }
  }
}
```

Tools & Capabilities

list_buckets
list_objects
get_object
put_object
delete_object

Compatibility

Claude Desktop Continue

About S3 Storage

Amazon S3 and S3-compatible storage operations. List buckets, upload, download, and manage objects in cloud storage.

View on GitHub →

Language: Python

Category: Cloud

← Back to MCP Hub Directory