
MySQL MCP Server
The MySQL MCP Server provides a secure bridge between AI assistants and MySQL databases. It enables structured database exploration, querying, and data analysis...
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The aws-athena MCP Server is a Model Context Protocol (MCP) implementation that empowers AI assistants to execute SQL queries directly against AWS Athena databases. By connecting AI-powered workflows to Athena, this server enables developers and AI agents to retrieve and analyze large-scale data stored in Amazon S3 with ease. The server acts as a bridge between conversational AI and enterprise data infrastructure, making it simple to incorporate robust data querying into automated workflows, code generation, and intelligent applications. Typical tasks include executing SQL statements, retrieving query results, and integrating data-driven insights into development processes, thereby streamlining database operations and accelerating data-centric application development.
No prompt templates are explicitly mentioned in the available documentation or repository files.
No explicit resources are listed in the documentation or repository files.
database: The Athena database to queryquery: The SQL query stringmaxRows: Maximum number of rows to return (default: 1000, max: 10000){
"mcpServers": {
"athena": {
"command": "npx",
"args": ["-y", "@lishenxydlgzs/aws-athena-mcp"],
"env": {
"OUTPUT_S3_PATH": "s3://your-bucket/athena-results/"
}
}
}
}
{
"mcpServers": {
"athena": {
"command": "npx",
"args": ["-y", "@lishenxydlgzs/aws-athena-mcp"],
"env": {
"OUTPUT_S3_PATH": "s3://your-bucket/athena-results/"
}
}
}
}
{
"mcpServers": {
"athena": {
"command": "npx",
"args": ["-y", "@lishenxydlgzs/aws-athena-mcp"],
"env": {
"OUTPUT_S3_PATH": "s3://your-bucket/athena-results/"
}
}
}
}
{
"mcpServers": {
"athena": {
"command": "npx",
"args": ["-y", "@lishenxydlgzs/aws-athena-mcp"],
"env": {
"OUTPUT_S3_PATH": "s3://your-bucket/athena-results/"
}
}
}
}
Use environment variables to securely store sensitive AWS credentials.
Example configuration with secrets:
{
"mcpServers": {
"athena": {
"command": "npx",
"args": ["-y", "@lishenxydlgzs/aws-athena-mcp"],
"env": {
"OUTPUT_S3_PATH": "s3://your-bucket/athena-results/",
"AWS_ACCESS_KEY_ID": "${AWS_ACCESS_KEY_ID}",
"AWS_SECRET_ACCESS_KEY": "${AWS_SECRET_ACCESS_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"athena": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “athena” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | Overview and project goals are available |
| List of Prompts | ⛔ | No prompt templates found |
| List of Resources | ⛔ | No explicit MCP resources listed |
| List of Tools | ✅ | run_query tool described in detail |
| Securing API Keys | ✅ | Environment variable instructions included |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
This MCP server is focused and production-ready for AWS Athena SQL querying, with clear setup and secure practices. However, it lacks prompt templates and explicit resource primitives, and does not mention sampling or roots support, limiting its score for versatility and advanced MCP features.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ (run_query) |
| Number of Forks | 9 |
| Number of Stars | 25 |
Unleash powerful data-driven AI workflows by connecting AWS Athena to your automation and analytics pipelines with FlowHunt’s streamlined MCP integration.

The MySQL MCP Server provides a secure bridge between AI assistants and MySQL databases. It enables structured database exploration, querying, and data analysis...

The MCP Database Server enables secure, programmatic access to popular databases like SQLite, SQL Server, PostgreSQL, and MySQL for AI assistants and automation...

Integrate FlowHunt with AWS Athena via the MCP Server to automate SQL queries, manage databases, and streamline analytics workflows using AI-driven assistants i...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.