Connects Claude to S3-compatible object storage (AWS S3, MinIO, Cloudflare R2) in read-only mode. Exposes operations to list buckets, enumerate objects within them, pull metadata, and fetch file contents. Reach for this when you need an AI agent to browse and retrieve files from cloud storage without giving it write access. The read-only constraint makes it safer for exploratory workflows where you want Claude to analyze stored data, generate reports from uploaded files, or help navigate large bucket structures without risking accidental modifications or deletions.
claude mcp add --transport stdio io.github.infoinlet-marketplace-mcp-s3 -- npx -y @infoinlet/mcp-s3