Skip to content

Bigquery Server

Free

by MCP Community

MCP server for BigQuery database operations

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

Bigquery Server MCP Server

MCP server for BigQuery database operations

Installation

npx -y mcp-bigquery-server

Reviews

Leave a Review

Installation

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