A set of MCP tools for working with AWS Athena, S3, and SQL databases.
Provides a unified interface to run queries, manage schemas, and move data across cloud services.
The objective of this repository is to expose data tools through an MCP server, making it easier to:
- Query AWS Athena securely
- Manage tables, schemas, and exports
- Interact with Amazon S3 (upload, download, share, list, delete)
- Run SQL procedures and perform bulk inserts
Clone the repo:
git clone https://github.com/<your-org-or-user>/data-mcp-toolkit.git
cd data-mcp-toolkitInstall requirements:
pip install -r requirements.txtStart the MCP server:
python server.py