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
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展

Redis
modelcontextprotocolModel Context Protocol Servers
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.

PostgreSQL
modelcontextprotocolModel Context Protocol Servers
Comments