A

AWS Athena

Integrates with AWS SDK to execute SQL queries against Athena databases, enabling large-scale data a...

142 views
1 installs
Updated Sep 9, 2025
Not audited
Integrates with AWS SDK to execute SQL queries against Athena databases, enabling large-scale data analysis and business intelligence for AWS data lakes.
  1. Prepare an S3 Bucket for Athena Results

    • Log in to your AWS Management Console.
    • Open the S3 service at https://console.aws.amazon.com/s3/.
    • Create a new bucket (or use an existing one) to store Athena query results.
    • Take note of the bucket name. Example: your-bucket.
  2. Obtain AWS Access Keys

    • Open the AWS Management Console.
    • Go to "IAM" (Identity and Access Management) at https://console.aws.amazon.com/iam/.
    • In the left sidebar, click "Users" and select your user.
    • Go to the "Security credentials" tab.
    • Under "Access keys," click "Create access key."
    • Copy and save the AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY. (You will only see the secret once!)
  3. Optional: AWS Session Token (if using temporary credentials)

    • If your credentials are temporary (such as when using MFA or a federated login), obtain the AWS_SESSION_TOKEN from your authentication process.
  4. Get Your AWS Region

    • Identify the region where your Athena and S3 resources are located (e.g., us-east-1).
  5. Get Your Athena Workgroup (Optional)

  6. Fill In the FastMCP Connection Interface

    • Click the “Install Now” button for @lishenxydlgzs/aws-athena-mcp in FastMCP.
    • In the connection interface, fill out the following values:
      • OUTPUT_S3_PATH: The URL of your bucket, e.g., s3://your-bucket/athena-results/
      • AWS_REGION (optional): The region code, e.g., us-east-1.
      • AWS_PROFILE (optional): Leave blank unless using a named AWS CLI profile.
      • AWS_ACCESS_KEY_ID: Your AWS access key ID.
      • AWS_SECRET_ACCESS_KEY: Your AWS secret access key.
      • AWS_SESSION_TOKEN (optional): Only if your credentials require it.
      • ATHENA_WORKGROUP (optional): The name of your Athena workgroup.
      • Leave other optional fields at their default values if you are unsure.
  7. Save and Test

    • Save the configuration and, if prompted, test the connection to ensure the credentials and permissions are working correctly.

Quick Start

View on GitHub

More for Database

View All →

More for Cloud Platforms

View All →

Similar MCP Servers

Alibaba Cloud ADB MySQL

Alibaba Cloud ADB MySQL

Official

Connects to Alibaba Cloud's Adb MySQL databases for executing SQL queries, analyzing query plans, and retrieving database metadata with minimal configuration requirements

Database Analytics and Data
60
0

Report Issue

Thank you! Your issue report has been submitted successfully.