Aws S3 Explorer
FreeNot checkedAn open-source Model Context Protocol (MCP) server for Amazon S3.
About
An open-source Model Context Protocol (MCP) server for Amazon S3.
README
An open-source Model Context Protocol (MCP) server built in Python that securely connects AI assistants to Amazon S3.
This server provides Large Language Models (LLMs) with the ability to list buckets, inspect dataset structures, and read file schemas directly without requiring massive data downloads. It is engineered for ML infrastructure pipelines, featuring fully asynchronous I/O and defensive error handling.
Features
- Asynchronous I/O: Utilizes
aiobotocorefor non-blocking concurrent requests, ensuring the server doesn't fall over under heavy LLM workloads. - Defensive Error Handling: Catch-and-return patterns for AWS exceptions (including missing credentials) that allow AI agents to cleanly self-correct.
- Strict Typing: Heavily typed Python interfaces using the
FastMCPwrapper to automatically generate robust JSON schemas for the client. - Mocked CI/CD: Fully automated test suites using
pytestandpytest-asyncio, integrated into a GitHub Action pipeline.
Tools Exposed to the LLM
This server exposes three specific primitives:
list_s3_buckets(): Lists all S3 buckets accessible by the current AWS credentials.list_s3_objects(bucket_name, prefix, max_keys): Lists objects inside a specific bucket. Limits results by default to prevent LLM context window overflow.read_s3_file_head(bucket_name, object_key, byte_limit): Reads the first few kilobytes of an S3 object to inspect its contents (e.g., CSV headers, JSON structures) without downloading the entire file.
Installation and Setup
Prerequisites
- Python 3.11+
- AWS credentials configured locally (e.g.,
aws configureor~/.aws/credentials)
Option 1: Quick Setup
If you have uv installed, you can quickly run the server without manual installation:
uvx aws-s3-explorer-mcp
Option 2: User Setup
Install the package from PyPI:
pip install aws-s3-explorer-mcp
You can start the MCP server by running:
aws-s3-explorer-mcp
Option 3: Developer Setup
Clone the repository and install the required dependencies:
git clone https://github.com/kbates97/AWS_S3_Explorer_MCP.git
cd AWS_S3_Explorer_MCP
python -m venv venv
# Windows: .\venv\Scripts\activate
# Mac/Linux: source venv/bin/activate
pip install -r requirements.txt
You can run the server locally with:
python ./src/aws_s3_mcp/server.py
Install Aws S3 Explorer in Claude Desktop, Claude Code & Cursor
unyly install aws-s3-explorerInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add aws-s3-explorer -- uvx aws-s3-explorer-mcpStep-by-step: how to install Aws S3 Explorer
FAQ
Is Aws S3 Explorer MCP free?
Yes, Aws S3 Explorer MCP is free — one-click install via Unyly at no cost.
Does Aws S3 Explorer need an API key?
No, Aws S3 Explorer runs without API keys or environment variables.
Is Aws S3 Explorer hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Aws S3 Explorer in Claude Desktop, Claude Code or Cursor?
Open Aws S3 Explorer on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Aws S3 Explorer with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
