D
DynamoDB MCP
41
Stack Score
Editorial pick✓ Verified workingMCP server
DynamoDB MCP
AWS DynamoDB operations from Claude.
Best for
Best for engineering teams on DynamoDB.
At a glance
- Pricing
- open-source
- Setup time
- 20 minutes
- Learning curve
- moderate
- Last verified
- 5/27/2026
What we love
- ✓AWS Labs-maintained
- ✓PartiQL exposed for SQL-like queries
- ✓Tight AWS integration
Where it falls short
- −Single-table-design discipline matters
- −Cost-per-read matters
- −RCU/WCU planning needed
Install & connect
Copy-paste ready
Install
shell
npx -y @smithery/cli@latest install jjikky/dynamo-readonly-mcp --client claude
Config — Claude Desktop
json
{
"mcpServers": {
"dynamo-readonly": {
"command": "npx",
"args": ["-y", "@smithery/cli@latest", "run", "jjikky/dynamo-readonly-mcp", "--config", "{}"]
}
}
}Pricing
✓ Pricing verified Jun 21, 20261 tier
Open-source
$0
perpetual
- ✓Apache 2.0
Overview
MCP server for AWS DynamoDB — table + item CRUD, query + scan, GSI ops, schema introspection. IAM auth.
Key features
- ●Table + item CRUD
- ●Query + scan
- ●Index ops
- ●PartiQL support
- ●IAM auth
Exposed tools
The MCP-tool names this server exposes. Your agent can invoke any of these when this server is connected.
- list-tablesList all DynamoDB tables.
- describe-tableGet detailed information about a DynamoDB table.
- scan-tableScan items from a DynamoDB table.
- query-tableQuery items from a DynamoDB table by conditions.
- paginate-query-tablePaginate query results.
- get-itemGet an item from a DynamoDB table by key.
- count-itemsCount items in a DynamoDB table.
Best use cases
DynamoDB inspection
Inspect + query DynamoDB tables for product debugging.
Operational queries
Run PartiQL queries from chat for ad-hoc analysis.
Integrations
Similar tools
See all analytics →One AI Stack pick every week.
The tool we’d pay for this week, why we’d pay for it, and what we’d skip. No promo spam.