PluginBench
MCP Server

com.pulsemcp/dynamodb MCP Server

com.pulsemcp/dynamodb

What is the com.pulsemcp/dynamodb MCP server?

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

How to install com.pulsemcp/dynamodb

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AWS_REGION
    required

    AWS region for DynamoDB (or use AWS_DEFAULT_REGION).

  • AWS_ACCESS_KEY_ID
    secret

    AWS access key ID (uses AWS credential chain if not set).

  • AWS_SECRET_ACCESS_KEY
    secret

    AWS secret access key (uses AWS credential chain if not set).

  • DYNAMODB_ENDPOINT

    Custom endpoint for local DynamoDB or LocalStack.

  • DYNAMODB_ENABLED_TOOL_GROUPS

    Comma-separated tool groups to enable (readonly, readwrite, admin).

  • DYNAMODB_ENABLED_TOOLS

    Comma-separated whitelist of specific tools to enable.

  • DYNAMODB_DISABLED_TOOLS

    Comma-separated blacklist of specific tools to disable.

  • DYNAMODB_ALLOWED_TABLES

    Restrict operations to specific tables (comma-separated); all tables accessible if not set.

  • SKIP_HEALTH_CHECKS

    Skip startup health checks.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dynamodb": {
      "command": "npx",
      "args": [
        "-y",
        "aws-dynamodb-mcp-server",
        "-y"
      ],
      "env": {
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
        "DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
        "DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
        "DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
        "DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
        "DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dynamodb": {
      "command": "npx",
      "args": [
        "-y",
        "aws-dynamodb-mcp-server",
        "-y"
      ],
      "env": {
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
        "DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
        "DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
        "DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
        "DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
        "DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dynamodb": {
      "command": "npx",
      "args": [
        "-y",
        "aws-dynamodb-mcp-server",
        "-y"
      ],
      "env": {
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
        "DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
        "DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
        "DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
        "DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
        "DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dynamodb": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aws-dynamodb-mcp-server",
        "-y"
      ],
      "env": {
        "AWS_REGION": "<YOUR_AWS_REGION>",
        "AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
        "DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
        "DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
        "DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
        "DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
        "DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
        "SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
      }
    }
  }
}
Claude Code
claude mcp add dynamodb --env AWS_REGION=<YOUR_AWS_REGION> --env AWS_ACCESS_KEY_ID=<YOUR_AWS_ACCESS_KEY_ID> --env AWS_SECRET_ACCESS_KEY=<YOUR_AWS_SECRET_ACCESS_KEY> --env DYNAMODB_ENDPOINT=<YOUR_DYNAMODB_ENDPOINT> --env DYNAMODB_ENABLED_TOOL_GROUPS=<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS> --env DYNAMODB_ENABLED_TOOLS=<YOUR_DYNAMODB_ENABLED_TOOLS> --env DYNAMODB_DISABLED_TOOLS=<YOUR_DYNAMODB_DISABLED_TOOLS> --env DYNAMODB_ALLOWED_TABLES=<YOUR_DYNAMODB_ALLOWED_TABLES> --env SKIP_HEALTH_CHECKS=<YOUR_SKIP_HEALTH_CHECKS> -- npx -y aws-dynamodb-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →

MCP server for Good Eggs grocery shopping automation using Playwright.

View repository →