Amazon Athena MCP Server by CData
@CDataSoftware
关于 Amazon Athena MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Amazon Athena (beta)](https://www.cdata.com/download/download.aspx?sku=FKZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\amazon-athena.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Amazon Athena MCP Server by CData?
This read-only MCP server allows LLMs like Claude Desktop to query live Amazon Athena data using natural language, no SQL required. It wraps the CData JDBC Driver for Amazon Athena, exposing the data as relational SQL models through a simple MCP interface.
How to use Amazon Athena MCP Server by CData?
Clone the repository and build with mvn clean install. Download and license the CData JDBC Driver for Amazon Athena. Use the driver’s Connection String utility to generate a JDBC URL, then create a .prp file with properties like Prefix, ServerName, DriverPath, and JdbcUrl. Add the server to your claude_desktop_config.json using the generated jar and .prp file. Fully quit and reopen Claude Desktop for the server to appear.
Key features of Amazon Athena MCP Server by CData
- Read-only MCP server for Amazon Athena data.
- Uses stdio transport (client and server must run on same machine).
- Exposes tools:
get_tables,get_columns, andrun_query(SQL SELECT). - Requires CData JDBC Driver for Amazon Athena (licensed separately).
- Built with Java and Maven, outputs a single JAR file.
- Licensed under MIT.
Use cases of Amazon Athena MCP Server by CData
- Ask natural‑language questions about Amazon Athena data (e.g., “How many open tickets do I have?”).
- Retrieve live table and column metadata from connected Athena sources.
- Execute custom SQL SELECT queries through an LLM interface.
- Integrate Amazon Athena insights directly into Claude Desktop conversations.
FAQ from Amazon Athena MCP Server by CData
What does this server do?
It allows LLMs to query Amazon Athena data in real time using natural language, without writing SQL. The server is read‑only; for full CRUD capabilities, use CData’s beta MCP Server for Amazon Athena.
What are the prerequisites?
Java (to run the JAR), Maven (to build), the CData JDBC Driver for Amazon Athena, and a valid license for that driver (a trial is available). The driver must be installed and licensed on the same machine as the MCP server.
How do I connect to Amazon Athena?
Use the driver’s Connection String utility to build a JDBC URL (e.g., jdbc:amazonathena:InitiateOAuth=GETANDREFRESH) and save it in a .prp file. Configure the server in Claude Desktop using the path to the JAR and that .prp file.
Why is the server not showing up in Claude Desktop?
Ensure you have fully quit Claude Desktop (use Task Manager on Windows, Activity Monitor on Mac) and reopened it. Also verify that the claude_desktop_config.json is in the correct directory and contains the proper paths.
Is data stored or cached?
No. The server queries Amazon Athena live via the JDBC driver each time a tool is invoked. No data is persisted by the server.
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
评论