MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. aws-athena-mcp

aws-athena-mcp

GitHub

This repository provides a Model Context Protocol (MCP) server that allows AI assistants to execute SQL queries against AWS Athena databases. It retrieves query results, enabling AI to interact with your data.

34
4

@lishenxydlgzs/aws-athena-mcp

A Model Context Protocol (MCP) server designed to enable AI assistants to interact with AWS Athena. It allows executing SQL queries against Athena databases and retrieving results, facilitating data analysis and exploration through AI interfaces.

Usage:

The server requires AWS credentials configured via AWS CLI, environment variables, or IAM role. It integrates into an MCP configuration by specifying the command to execute the package with necessary environment variables, including OUTPUT_S3_PATH for storing query results and optional AWS configuration parameters.

Features:

The server provides three main tools: run_query to execute SQL queries, get_status to check query execution status, and get_result to retrieve results of completed queries. The run_query tool accepts parameters like database name, SQL query, and maximum rows to return. The other tools use the queryExecutionId returned by run_query.

Examples:

The README provides usage examples, including listing databases and tables, retrieving table schemas, previewing table rows, and executing advanced queries with filtering and aggregation.

Requirements:

The server requires Node.js >= 16, AWS credentials with Athena permissions, and an S3 bucket for storing query results.

Repository

LI
lishenxydlgzs

lishenxydlgzs/aws-athena-mcp

Created

February 25, 2025

Updated

March 21, 2025

Language

TypeScript

Category

Database