AWS S3 AccessTool

AWS S3 AccessTool

abdullahsayyad

Cloud Storage
Visit Server

README

AWS S3 access tool for MCP Clients 🪣⚙️ Python License

This tool is an AWS S3 bucket utility built for MCP Server, allowing seamless interaction with S3 storage. It lets LLMs list available buckets, retrieve stored objects, and filter for CSV files, with built-in async support using aioboto3. Developers can integrate either locally or via Docker. The tool is optimized for automation, making S3 access smoother and more scalable.

https://github.com/user-attachments/assets/976dce46-6ee3-4c1a-b5eb-8ca1575df099

The tool supports environment-based bucket selection, meaning you can restrict access to specific buckets using an .env file.

Key Features

  • âś… List available S3 buckets
  • âś… Fetch objects from specific or all buckets
  • âś… Filter and retrieve only CSV files
  • âś… Read the content of a CSV file from S3

Requirements

Ensure you have the following dependencies installed:

pip install aioboto3 mcp[cli] python-dotenv

Environment Setup

AWS_ACCESS_KEY_ID=your_access_key
AWS_SECRET_ACCESS_KEY=your_secret_key
AWS_REGION=your_region
S3_BUCKETS=bucket1,bucket2  # (Optional) List of buckets to access

MCP Client Configuration

  • Configuration for Cursor.ai

     {
     "mcpServers": {
         "AWS-S3-AccessTool": {
             "command": "python",
             "args": ["C:your-absolute-path-to-the-file\\main.py"]
     		
     		}
     	}
     }
    

License ⚖️

This project is open-source and available under the MIT License.

Recommended Servers

Google Drive MCP Server

Google Drive MCP Server

Integrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.

Local
TypeScript
MCP TODO Checklist Server

MCP TODO Checklist Server

A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.

Local
TypeScript
Filesystem MCP Server

Filesystem MCP Server

A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.

Local
TypeScript
mcp-gsuite

mcp-gsuite

MCP server to interact with Google produts.

Local
Python
Google Drive MCP Server

Google Drive MCP Server

Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.

Local
JavaScript
AWS MCP Server

AWS MCP Server

A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.

Local
Python
Cloudinary MCP Server

Cloudinary MCP Server

This server provides tools for uploading images and videos directly to Cloudinary using Claude/Cline, facilitating resource management with customizable options like resource type and public ID.

JavaScript
supabase-mcp

supabase-mcp

An MCP server that provides tools for interacting with Supabase databases, storage, and edge functions.

JavaScript
mcp-any-openapi

mcp-any-openapi

A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.

Python
MCP Server for Apache OpenDAL™

MCP Server for Apache OpenDAL™

A Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.

Python