AWS Athena MCP Server
@vipink1203
关于 AWS Athena MCP Server
AWS Athena MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aws-athena-mcp-server": {
"command": "python",
"args": [
"main.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
云与基础设施 分类下的更多 MCP 服务器
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
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.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
评论