dynamodb
About
MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AWS_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY DYNAMODB_ENDPOINT DYNAMODB_ENABLED_TOOL_GROUPS DYNAMODB_ENABLED_TOOLS DYNAMODB_DISABLED_TOOLS DYNAMODB_ALLOWED_TABLES SKIP_HEALTH_CHECKSClaude Code
claude mcp add --env AWS_REGION= --env AWS_ACCESS_KEY_ID= --env AWS_SECRET_ACCESS_KEY= --env DYNAMODB_ENDPOINT= --env DYNAMODB_ENABLED_TOOL_GROUPS= --env DYNAMODB_ENABLED_TOOLS= --env DYNAMODB_DISABLED_TOOLS= --env DYNAMODB_ALLOWED_TABLES= --env SKIP_HEALTH_CHECKS= dynamodb -- npx aws-dynamodb-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"dynamodb","command":"npx","args":["aws-dynamodb-mcp-server"],"env":{"AWS_REGION":"","AWS_ACCESS_KEY_ID":"","AWS_SECRET_ACCESS_KEY":"","DYNAMODB_ENDPOINT":"","DYNAMODB_ENABLED_TOOL_GROUPS":"","DYNAMODB_ENABLED_TOOLS":"","DYNAMODB_DISABLED_TOOLS":"","DYNAMODB_ALLOWED_TABLES":"","SKIP_HEALTH_CHECKS":""}}'
JSON
{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"aws-dynamodb-mcp-server"
],
"env": {
"AWS_REGION": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"DYNAMODB_ENDPOINT": "",
"DYNAMODB_ENABLED_TOOL_GROUPS": "",
"DYNAMODB_ENABLED_TOOLS": "",
"DYNAMODB_DISABLED_TOOLS": "",
"DYNAMODB_ALLOWED_TABLES": "",
"SKIP_HEALTH_CHECKS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.