drio
Open app

DynamoDB MCP Server

Source

Model Context Protocol server for managing Amazon DynamoDB resources

Catalog onlyCatalog onlySTDIO

Overview

DynamoDB MCP Server is a Model Context Protocol server designed for managing Amazon DynamoDB resources, providing tools for table management, capacity management, and data operations.

To use the server, install the dependencies, configure your AWS credentials, build the server, and start it. You can then interact with the server using various commands to manage your DynamoDB resources.

  • Table Management: Create, list, and configure DynamoDB tables. - Index Management: Create and manage Global and Local Secondary Indexes. - Capacity Management: Update provisioned read/write capacity units. - Data Operations: Insert, retrieve, update, query, and scan items in tables.
  1. Creating and managing DynamoDB tables for applications.
  2. Scaling table capacity based on application needs.
  3. Performing CRUD operations on DynamoDB items.

Add to your AI client

Use these steps to connect DynamoDB MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "dynamodb-mcp-server-imankamyabi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dynamodb-mcp-server-imankamyabi"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "dynamodb-mcp-server-imankamyabi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dynamodb-mcp-server-imankamyabi"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "dynamodb-mcp-server-imankamyabi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dynamodb-mcp-server-imankamyabi"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "dynamodb-mcp-server-imankamyabi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dynamodb-mcp-server-imankamyabi"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "dynamodb-mcp-server-imankamyabi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dynamodb-mcp-server-imankamyabi"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "dynamodb-mcp-server-imankamyabi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dynamodb-mcp-server-imankamyabi"
      ]
    }
  }
}

FAQ

**Can I delete items from the tables?**

No, delete operations are not supported to prevent accidental data loss.

**Is there a limit on the number of tables I can create?**

The limit is defined by AWS DynamoDB service quotas.

**What programming language is used for this server?**

The server is built using Node.js.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1106,"uuid":"e673192b-34ab-4689-8251-b9ae809666ad","name":"dynamodb-mcp-server","title":"DynamoDB MCP Server","description":"Model Context Protocol server for managing Amazon DynamoDB resources","avatar_url":"https://avatars.githubusercontent.com/u/2341221?v=4","created_at":"2025-01-28T02:31:52.385Z","updated_at":"2025-02-23T07:12:49.721Z","status":"created","author_name":"imankamyabi","author_avatar_url":"https://avatars.githubusercontent.com/u/2341221?v=4","tags":"dynamodb,aws,server,mcp","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/imankamyabi/dynamodb-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]