
AWS MCP Server
The AWS MCP Server integrates FlowHunt with AWS S3 and DynamoDB, enabling AI agents to automate cloud resource management, perform database operations, and hand...
Connect your AI agents to AWS Athena for seamless SQL querying and analytics on data in Amazon S3—empowering smarter, data-driven applications with FlowHunt.
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 |
It allows AI assistants and workflows to execute SQL queries directly on Amazon S3 data via AWS Athena, returning results for analytics, reporting, and code generation.
Store AWS credentials as environment variables, not in plain config files. Reference them in your MCP server configuration using variable substitution.
The server provides a 'run_query' tool to execute SQL queries on Athena databases, with options for database selection, query string, and result row limits.
Common use cases include data analytics for AI agents, business intelligence automation, code generation based on live data, and ETL/data pipeline integration.
No prompt templates or explicit resource primitives are included in the current documentation or repository files.
Unleash powerful data-driven AI workflows by connecting AWS Athena to your automation and analytics pipelines with FlowHunt’s streamlined MCP integration.
The AWS MCP Server integrates FlowHunt with AWS S3 and DynamoDB, enabling AI agents to automate cloud resource management, perform database operations, and hand...
The AWS Resources MCP Server lets AI assistants manage and query AWS resources conversationally using Python and boto3. Integrate powerful AWS automation and ma...
The Aiven MCP Server connects FlowHunt AI agents with Aiven's managed cloud services, enabling automated project discovery, service inventory, and real-time clo...