Aws Athena
Freeby MCP Community
Model Context Protocol (MCP) server for running AWS Athena queries
v1.0.1Added Apr 12, 2026
mcpawsathenamodelcontextprotocolllm
Aws Athena MCP Server
Model Context Protocol (MCP) server for running AWS Athena queries
Installation
Reviews
Installation
Quick install
npx -y @lishenxydlgzs/aws-athena-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"aws-athena": {
"command": "npx",
"args": ["-y", "@lishenxydlgzs/aws-athena-mcp"]
}
}
}