Back to MCP Servers
🔌

googleapis/genai-toolbox

Apache-2.0API key required

🏎️ ☁️ - Open source MCP server specializing in easy, fast, and secure tools for Databases.

GoDatabases

Install

npx -y @toolbox-sdk/server

Required environment variables

GEMINI_API_KEYSet in your MCP config
GOOGLE_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "googleapis-genai-toolbox": {
      "command": "npx",
      "args": [
        "-y",
        "@toolbox-sdk/server"
      ],
      "env": {
        "GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
        "GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.