Skip to content

Bigquery Server

Free

by MCP Community

MCP server for interacting with BigQuery databases

v1.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Bigquery Server MCP Server

MCP server for interacting with BigQuery databases

Installation

npx -y @ergut/mcp-bigquery-server

Reviews

Leave a Review

Installation

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