AWS Athena MCP Server
@vipink1203
About AWS Athena MCP Server
AWS Athena MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aws-athena-mcp-server": {
"command": "python",
"args": [
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AWS Athena MCP Server?
The AWS Athena MCP Server implements the Model Context Protocol to provide a standardized way for n8n AI agents to query AWS Athena and retrieve data. It allows agents to list available databases and tables, get table schemas and metadata, and execute SQL queries with results.
How to use AWS Athena MCP Server?
Install dependencies (pip install -r requirements.txt), set AWS credentials and environment variables (e.g., AWS_REGION, ATHENA_OUTPUT_LOCATION), then run python main.py. Alternatively, build a Docker image and run it, or deploy to Amazon EKS using the provided Kubernetes manifests.
Key features of AWS Athena MCP Server
- Simple API for n8n AI agent integration with Athena
- Built-in health checks and monitoring
- Configurable via environment variables
- Containerized for easy deployment
- Kubernetes-ready with sample EKS manifests
Use cases of AWS Athena MCP Server
- AI agents querying Athena for analytics or reporting
- Automated data retrieval from AWS Athena within n8n workflows
- Listing available databases and tables for dynamic schema exploration
- Executing ad-hoc SQL queries and returning results to an AI agent
FAQ from AWS Athena MCP Server
What AWS permissions are required?
AWS credentials must have appropriate Athena permissions (e.g., for query execution and S3 output location access).
How is the server configured?
The server uses environment variables including AWS_REGION, ATHENA_CATALOG, ATHENA_DATABASE, ATHENA_WORKGROUP, ATHENA_OUTPUT_LOCATION, HOST, and PORT (default 8050).
Where are query results stored?
Results are written to the S3 location specified in the ATHENA_OUTPUT_LOCATION environment variable, which is required.
What transports or protocols does the server use?
The server implements the Model Context Protocol (MCP) over HTTP and is designed to communicate with n8n AI agents.
Is the server limited to n8n?
The README explicitly states it is designed for integration with n8n AI agents, though it implements a standard MCP interface.
Frequently asked questions
What AWS permissions are required?
AWS credentials must have appropriate Athena permissions (e.g., for query execution and S3 output location access).
How is the server configured?
The server uses environment variables including `AWS_REGION`, `ATHENA_CATALOG`, `ATHENA_DATABASE`, `ATHENA_WORKGROUP`, `ATHENA_OUTPUT_LOCATION`, `HOST`, and `PORT` (default 8050).
Where are query results stored?
Results are written to the S3 location specified in the `ATHENA_OUTPUT_LOCATION` environment variable, which is required.
What transports or protocols does the server use?
The server implements the Model Context Protocol (MCP) over HTTP and is designed to communicate with n8n AI agents.
Is the server limited to n8n?
The README explicitly states it is designed for integration with n8n AI agents, though it implements a standard MCP interface.
Basic information
More Cloud & Infrastructure MCP servers
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Supabase MCP Server
coleam00Supabase MCP server created in Python.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments