studio

GitHub

A lightweight Database GUI in your browser. It supports connecting to Postgres, MySQL, and SQLite.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "studio": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-studio"
      ]
    }
  }
}