Description

Official Google MCP server providing secure, configurable interface for executing pre-defined queries against multiple database systems.

Installation

npx -y @google/database-toolbox-mcp
npm install @google/database-toolbox-mcp
git clone https://github.com/googleapis/genai-toolbox

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "google-database-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "@google/database-toolbox-mcp"
      ]
    }
  }
}