Enables natural language exploration and querying of Google BigQuery datasets through four tools: listing datasets, inspecting table schemas, generating SQL queries with LLM assistance, and executing approved queries.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_TOKEN— This server requires authorization via a shared token (). All requests to the /mcp endpoint must include a Bearer token in the Authorization header.GCP_BQ_BASE64_KEY— 1. - This is a base64‑encoded Google Cloud service account key. Users must encode their JSON key file as base64 before running the MCP server. You can find this referenced in mcp_helper.py.GOOGLE_AI_KEY— 2. - This is your Gemini API key, which is used to call Gemini 2.5 Flash for SQL generation via natural language. You can find this referenced in mcp_helper.py.[](https://m8ven.ai/mcp/garethcull-google-bigquery-mcp-fbq1xm)