Submit

Amazon DynamoDB MCP Server by CData

@CDataSoftware

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 DynamoDB (beta)](https://www.cdata.com/download/download.aspx?sku=DDZK-V&type=beta).
Overview

What is Amazon DynamoDB MCP Server by CData?

This project builds a read-only Model Context Protocol (MCP) server for Amazon DynamoDB, allowing LLMs to query live data without needing SQL.

How to use the project?

To use the MCP server, clone the repository, build the server, install the CData JDBC Driver, configure your connection, and run the server with the appropriate configuration file.

Key features of the project?

  • Read-only access to Amazon DynamoDB data via a simple MCP interface.
  • Integration with LLMs for natural language queries.
  • Supports various data sources through JDBC.

Use cases of the project?

  1. Querying live data from Amazon DynamoDB using natural language.
  2. Integrating with AI clients like Claude Desktop for data retrieval.
  3. Simplifying data access for applications needing real-time insights.

FAQ from the project?

  • Can I write data using this server?

No, this server is read-only. For write capabilities, check the full CData MCP Server for Amazon DynamoDB.

  • Is there a trial version available?

Yes, a trial version of the CData JDBC Driver is available for download.

  • What is the licensing for this project?

The MCP server is licensed under the MIT License, allowing free use and modification.

Server Config

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\amazon-dynamodb.prp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.