mcp-server-local
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-localShow me the first 5 rows from the customers table"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-local
A local MCP server that exposes five read-only tools for querying an AWS Athena database, for use with Claude Desktop (or any other MCP-compatible client) running on your own machine.
Tools
list_tables— list all tables in the configured databasedescribe_table— show columns and types for a tablequery— run an arbitrarySELECTquery (aLIMITis enforced; writes are blocked)sample_table— return a sample of rows from a tabletable_stats— get a row count for a table
Related MCP server: Amazon Athena MCP Server by CData
Setup
Install dependencies:
npm installCopy
.env.exampleto.envand fill in your Athena workgroup, output location, and database name:cp .env.example .envMake sure AWS credentials are available to the process through the standard AWS SDK credential chain — e.g. run
aws configure, setAWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEYin your shell, or use an IAM role/profile. Credentials are deliberately not read from.envso they don't end up in a file that could be committed or shared.Add it to Claude Desktop: Settings → Developer → Edit Config, and add an entry like this (adjust the path to where you cloned this repo):
{ "mcpServers": { "mcp-server-local": { "command": "node", "args": ["/absolute/path/to/mcp-server-local/index.js"] } } }Restart Claude Desktop. The five tools above should now be available.
Notes
Only
SELECTqueries are allowed —INSERT/UPDATE/DELETE/DROP/CREATE/ALTER/TRUNCATEare rejected.queryandsample_tablecap results at 1000 and 500 rows respectively.
This server cannot be deployed
Maintenance
Related MCP Connectors
Query your warehouse or a CSV with Claude/ChatGPT over MCP, governed by table-level ACL + audit.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to Amazon DynamoDB data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).MIT
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to Amazon Athena data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).1MIT
- AlicenseNot gradedqualityDmaintenanceThis read-only MCP Server allows you to connect to Amazon S3 data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).MIT
- FlicenseNot gradedqualityCmaintenanceA secure, read-only MCP server that empowers Claude Desktop and AI agents to safely query and inspect local SQLite databases.-