Skip to content
Claude Desktop

Dynoxide for Claude Desktop

io.github.nubo-db/dynoxide

A DynamoDB emulator with an MCP server exposing 35 DynamoDB tools to coding agents.

client:Claude Desktop transport:stdio runtime:npm

Install Dynoxide in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "dynoxide": {
      "command": "npx",
      "args": [
        "-y",
        "dynoxide"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Dynoxide in other clients