DynamoDB MCP Server

Stabledatabase
280 starsTypeScriptawslabs
GitHub
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-dynamodb
Examples

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

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow.

Get in Touch

Need a Custom MCP Server?

Our team builds custom MCP servers tailored to your workflow. From proprietary data sources to internal tools, we have you covered.

Contact Us
CortexAgent Customer Service

Want to skip the form?

Our team is available to help you get started with CortexAgent.

This chat may be recorded for quality assurance. You can view our Privacy Policy.