Amazon Athena Claude Desktop Config
Add the Amazon Athena MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-athena": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-athena"
],
"env": {
"AMAZON_ATHENA_API_KEY": "your_amazon_athena_api_key"
}
}
}
}Environment Variables
AMAZON_ATHENA_API_KEYReplace your_amazon_athena_api_key with your actual amazon athena api key
Endpoints
POST
/#X-Amz-Target=AmazonAthena.BatchGetNamedQueryBatchGetNamedQuery
POST
/#X-Amz-Target=AmazonAthena.BatchGetPreparedStatementBatchGetPreparedStatement
POST
/#X-Amz-Target=AmazonAthena.BatchGetQueryExecutionBatchGetQueryExecution
POST
/#X-Amz-Target=AmazonAthena.CreateDataCatalogCreateDataCatalog
POST
/#X-Amz-Target=AmazonAthena.CreateNamedQueryCreateNamedQuery
POST
/#X-Amz-Target=AmazonAthena.CreateNotebookCreateNotebook
POST
/#X-Amz-Target=AmazonAthena.CreatePreparedStatementCreatePreparedStatement
POST
/#X-Amz-Target=AmazonAthena.CreatePresignedNotebookUrlCreatePresignedNotebookUrl
POST
/#X-Amz-Target=AmazonAthena.CreateWorkGroupCreateWorkGroup
POST
/#X-Amz-Target=AmazonAthena.DeleteDataCatalogDeleteDataCatalog