aws-athena-mcp-server
If you are the rightful owner of aws-athena-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for AWS Athena, designed to integrate with n8n AI agents.
The AWS Athena MCP Server provides a standardized interface for n8n AI agents to interact with AWS Athena. It allows agents to list databases and tables, retrieve table schemas, and execute SQL queries to fetch results. The server is designed to be easily deployable, with containerization and Kubernetes readiness, making it suitable for both development and production environments. It is configured through environment variables, ensuring flexibility and ease of use. The server supports health checks and monitoring, ensuring reliable operation.
Features
- Simple API for interacting with Athena from n8n AI agents
- Built-in health checks and monitoring
- Configurable through environment variables
- Containerized for easy deployment
- Kubernetes-ready with sample EKS manifests
Tools
execute_query
Execute SQL queries against Athena and retrieve results.
list_databases
List available databases in a catalog.
list_tables
List tables in a specific database.
get_table_metadata
Get metadata for a specific table, including column definitions.