Server Directory
CloudIntermediate

AWS S3

by AWS Community

GitHub
4.2k

Amazon S3 object storage integration. Upload, download, list, and manage objects and buckets. Supports presigned URLs, multipart uploads, and object metadata.

CAPABILITIES

  • Upload and download objects
  • Bucket management
  • Presigned URL generation
  • Multipart uploads
  • Object metadata management
  • Access control (ACLs)

INSTALLATION

Terminal
npx -y @aws/mcp-server-s3

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "aws-s3": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@aws/mcp-server-s3"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Cloud
Difficulty
Intermediate
Maintained By
AWS Community
NPM Package
@aws/mcp-server-s3

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →