dynamodb for Claude Desktop
com.pulsemcp/dynamodb
MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
client:Claude Desktop
transport:stdio
runtime:npm
Install dynamodb in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server"
],
"env": {
"AWS_REGION": "<AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<AWS_SECRET_ACCESS_KEY>",
"DYNAMODB_ENDPOINT": "<DYNAMODB_ENDPOINT>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<DYNAMODB_ENABLED_TOOL_GROUPS>",
"DYNAMODB_ENABLED_TOOLS": "<DYNAMODB_ENABLED_TOOLS>",
"DYNAMODB_DISABLED_TOOLS": "<DYNAMODB_DISABLED_TOOLS>",
"DYNAMODB_ALLOWED_TABLES": "<DYNAMODB_ALLOWED_TABLES>",
"SKIP_HEALTH_CHECKS": "<SKIP_HEALTH_CHECKS>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs