Skip to content
MCP-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://mcp-bridge.pages.dev/config/amazonaws-com-streams-dynamodb.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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