Skip to content
MCP-BridgeMCP-Bridge
Databases

Amazon DynamoDB Streams MCP Config

<fullname>Amazon DynamoDB</fullname> <p>Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html">Capturing Ta

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/amazonaws-com-streams-dynamodb.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-streams-dynamodb": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-streams-dynamodb"
      ],
      "env": {
        "AMAZON_DYNAMODB_STREAMS_API_KEY": "your_amazon_dynamodb_streams_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-streams-dynamodb": {
      "url": "https://mcpbridge.org/config/amazonaws-com-streams-dynamodb.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-streams-dynamodb": {
      "url": "https://mcpbridge.org/config/amazonaws-com-streams-dynamodb.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-streams-dynamodb.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-streams-dynamodb": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-streams-dynamodb"],
      "env": {
      "AMAZON_DYNAMODB_STREAMS_API_KEY": "your_amazon_dynamodb_streams_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/amazonaws-com-streams-dynamodb.json

Environment Variables

AMAZON_DYNAMODB_STREAMS_API_KEY

Replace your_amazon_dynamodb_streams_api_key with your actual amazon dynamodb streams api key

Endpoints

POST/#X-Amz-Target=DynamoDBStreams_20120810.DescribeStream

DescribeStream

POST/#X-Amz-Target=DynamoDBStreams_20120810.GetRecords

GetRecords

POST/#X-Amz-Target=DynamoDBStreams_20120810.GetShardIterator

GetShardIterator

POST/#X-Amz-Target=DynamoDBStreams_20120810.ListStreams

ListStreams