MCP.so
ログイン
A

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).

基本情報

カテゴリ

クラウドとインフラ

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを 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, and run_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.

コメント

「クラウドとインフラ」の他のコンテンツ