Amazon DynamoDB Table

Amazon DynamoDB Table MCP Connector for Claude

F

This MCP does exactly one thing: it manages items in a single Amazon DynamoDB Table. That's its only function, and nothing else. Incredible for giving your AI a secure NoSQL database.

5 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This server strips away dangerous global AWS permissions. It gives your AI agent one surgical superpower: the ability to query, insert, and update items inside one specific DynamoDB Table.

By strictly scoping access, your AI can safely manage structured data, store chat histories, and process complex NoSQL queries without ever touching your critical cloud databases.

The Superpowers

  • Absolute Containment: The agent is locked to a single table. It cannot list other tables or drop your production data.
  • Native DynamoDB Integration: Direct interactions with DynamoDB, supporting complex queries and indexes.
  • Plug & Play Database: Instantly gives your agent a scalable NoSQL database to store structured memories and application state.
nosqlawsdatabase-managementdata-storagesecurity-scopingserverless

5 tools expose this connector's capabilities to your AI agent.

delete_item

Delete an item from the DynamoDB table

get_item

Get an item from the DynamoDB table

put_item

Put an item into the DynamoDB table

query_table

Query the DynamoDB table

scan_table

Scan the DynamoDB table

See how to talk to your AI agent using Amazon DynamoDB Table.

Fetch the user with ID '123' from the table.

I've fetched the user. Here are the details: Name is John Doe, and the account status is 'Active'.

Add a new record for order 'ORD-999'.

Done! I've inserted the new order record 'ORD-999' into the DynamoDB table successfully.

Scan the table for all inactive users.

I've scanned the table and applied the filter. I found 15 users marked as inactive. Would you like me to delete them or just list their IDs?

To enforce the principle of least privilege and zero-trust architecture. An autonomous agent shouldn't have the power to alter global cloud databases, which prevents accidental corruption of critical systems.

Related Connectors