Back to MCP Servers
🔌

ergut/mcp-bigquery-server

MIT

📇 ☁️ - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities

TypeScriptDatabases

Install

npx -y @ergut/mcp-bigquery-server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ergut-mcp-bigquery-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ergut/mcp-bigquery-server"
      ]
    }
  }
}

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