Amazon DynamoDB MCP Server by CData
@CDataSoftware
About Amazon DynamoDB 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 DynamoDB (beta)](https://www.cdata.com/download/download.aspx?sku=DDZK-V&type=beta).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\amazon-dynamodb.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Amazon DynamoDB MCP Server by CData?
Amazon DynamoDB MCP Server by CData is a read-only Model Context Protocol (MCP) server that lets large language models (LLMs) like Claude Desktop query live Amazon DynamoDB data in natural language. It is powered by the CData JDBC Driver for Amazon DynamoDB, which exposes DynamoDB tables as relational SQL models. The server wraps this driver and provides a simple MCP interface for AI clients.
How to use Amazon DynamoDB MCP Server by CData?
Clone the repository, build with mvn clean install, and install and license the CData JDBC Driver for Amazon DynamoDB. Create a .prp file containing your JDBC connection string, driver class, and other properties. Then configure your client (e.g., Claude Desktop) by adding a mcpServers entry in claude_desktop_config.json that points to the built JAR and your .prp file. Run the server by launching the client or by executing java -jar CDataMCP-jar-with-dependencies.jar /PATH/TO/your.prp independently.
Key features of Amazon DynamoDB MCP Server by CData
- Read-only access to Amazon DynamoDB data
- Natural language querying via MCP tools
- Powered by CData JDBC Driver for Amazon DynamoDB
- Exposes
get_tables,get_columns, andrun_querytools - Uses stdio transport for local client integration
- Integrates directly with Claude Desktop
Use cases of Amazon Dynamo
Basic information
More Databases MCP servers
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Comments