Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Athena MCP Config

<p>Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. You can point Athena at your data in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is serverless, so there is no infrastructure to set up or manage. You pay on

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-athena.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-athena.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-athena": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-athena"],
      "env": {
      "AMAZON_ATHENA_API_KEY": "your_amazon_athena_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-athena.json

Environment Variables

AMAZON_ATHENA_API_KEY

Replace your_amazon_athena_api_key with your actual amazon athena api key

Endpoints

POST/#X-Amz-Target=AmazonAthena.BatchGetNamedQuery

BatchGetNamedQuery

POST/#X-Amz-Target=AmazonAthena.BatchGetPreparedStatement

BatchGetPreparedStatement

POST/#X-Amz-Target=AmazonAthena.BatchGetQueryExecution

BatchGetQueryExecution

POST/#X-Amz-Target=AmazonAthena.CreateDataCatalog

CreateDataCatalog

POST/#X-Amz-Target=AmazonAthena.CreateNamedQuery

CreateNamedQuery

POST/#X-Amz-Target=AmazonAthena.CreateNotebook

CreateNotebook

POST/#X-Amz-Target=AmazonAthena.CreatePreparedStatement

CreatePreparedStatement

POST/#X-Amz-Target=AmazonAthena.CreatePresignedNotebookUrl

CreatePresignedNotebookUrl

POST/#X-Amz-Target=AmazonAthena.CreateWorkGroup

CreateWorkGroup

POST/#X-Amz-Target=AmazonAthena.DeleteDataCatalog

DeleteDataCatalog