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.jsonConfiguration 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
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.jsonEnvironment Variables
AMAZON_ATHENA_API_KEYReplace your_amazon_athena_api_key with your actual amazon athena api key
Endpoints
/#X-Amz-Target=AmazonAthena.BatchGetNamedQueryBatchGetNamedQuery
/#X-Amz-Target=AmazonAthena.BatchGetPreparedStatementBatchGetPreparedStatement
/#X-Amz-Target=AmazonAthena.BatchGetQueryExecutionBatchGetQueryExecution
/#X-Amz-Target=AmazonAthena.CreateDataCatalogCreateDataCatalog
/#X-Amz-Target=AmazonAthena.CreateNamedQueryCreateNamedQuery
/#X-Amz-Target=AmazonAthena.CreateNotebookCreateNotebook
/#X-Amz-Target=AmazonAthena.CreatePreparedStatementCreatePreparedStatement
/#X-Amz-Target=AmazonAthena.CreatePresignedNotebookUrlCreatePresignedNotebookUrl
/#X-Amz-Target=AmazonAthena.CreateWorkGroupCreateWorkGroup
/#X-Amz-Target=AmazonAthena.DeleteDataCatalogDeleteDataCatalog