Skip to content
Claude Desktop

Dataset to Postgres, Supabase & MySQL (Database Push) for Claude Desktop

io.github.nero-engine/dataset-to-database

Push rows from a dataset, file or Google Sheet into a Postgres, Supabase, Neon or MySQL table.

client:Claude Desktop transport:streamable-http

Install Dataset to Postgres, Supabase & MySQL (Database Push) in Claude Desktop

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

{
  "mcpServers": {
    "dataset-to-database": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com/?tools=nerolabs/dataset-to-database"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Dataset to Postgres, Supabase & MySQL (Database Push) in other clients