About
Overview
The DynamoDB MCP Server enables AI agents to interact with AWS DynamoDB. It provides tools for table management, CRUD operations on items, query and scan operations with filter expressions, and index management. Uses AWS SDK credentials for authentication.
Capabilities
Tools & Capabilities
⚡list_tables
List all DynamoDB tables in the account
⚡describe_table
Get detailed information about a table including keys and indexes
⚡get_item
Retrieve a single item by its primary key
⚡put_item
Create or replace an item in a table
⚡query
Query items using key conditions and filter expressions
⚡scan
Scan a table with optional filter expressions
⚡delete_item
Delete an item by its primary key
Setup
Installation
bash
Install
npx -y @awslabs/mcp-server-dynamodbExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": ["-y", "@awslabs/mcp-server-dynamodb"],
"env": {
"AWS_REGION": "us-east-1",
"AWS_ACCESS_KEY_ID": "your-key",
"AWS_SECRET_ACCESS_KEY": "your-secret"
}
}
}
}Quick Info
Authorawslabs
LanguageTypeScript
StatusStable
Stars★ 280
Last UpdatedFeb 12, 2026