Skip to content

Bigquery

Free

by MCP Community

MCP server for BigQuery that allows AI assistants to query and understand BigQuery datasets

v0.1.16Added Apr 12, 2026
mcpbigqueryaiclaudemodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Bigquery MCP Server

MCP server for BigQuery that allows AI assistants to query and understand BigQuery datasets

Installation

npx -y bigquery-mcp-server

Reviews

Leave a Review

Installation

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