AWS Athena
9
0

Claude
Setting up with Claude Desktop
- Open Claude Desktop's settings
- Go to the Integrations tab
- Click "Add MCP Server"
- Use the configuration below based on your operating system
Note: Make sure Claude Desktop is running before attempting to connect.
JSON
1{2 "mcpServers": {3 "aws athena": {4 "env": {5 "AWS_REGION": "us-east-1",6 "AWS_PROFILE": "default",7 "MAX_RETRIES": "100",8 "OUTPUT_S3_PATH": "s3://your-bucket/athena-results/",9 "RETRY_DELAY_MS": "500",10 "ATHENA_WORKGROUP": "default_workgroup",11 "QUERY_TIMEOUT_MS": "300000",12 "AWS_ACCESS_KEY_ID": "",13 "AWS_SESSION_TOKEN": "",14 "AWS_SECRET_ACCESS_KEY": ""15 },16 "args": [17 "-y",18 "@lishenxydlgzs/aws-athena-mcp"19 ],20 "command": "npx"21 }22 }23}
Avis de la Communauté
0.0
0 avis
5
0
4
0
3
0
2
0
1
0
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation