How to Use the Google BigQuery MCP in Claude Code
Run headless database pipelines and automate BigQuery tasks directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Google BigQuery MCP to Claude Code
Create your Vinkius account to connect Google BigQuery to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe BigQuery Data to Terminal Tools
The `execute_query` tool allows Claude Code to run SQL commands and pipe the output directly into grep, jq, or local shell scripts. This fits perfectly into your CLI workflow, letting you script complex data pipelines without writing boilerplate Python code. Because Claude Code lives in the terminal, it uses `list_tables` to quickly discover schemas and format the output as raw text or JSON. You get instant access to your warehouse data without leaving your SSH session.
Headless Job Management via Claude Code MCP Server
The `list_jobs` tool gives your terminal agent the power to monitor active query executions running in your GCP project. If a pipeline is stuck, Claude Code checks the status and diagnoses the bottleneck using command-line commands. When troubleshooting, the agent calls `get_job` to inspect error logs and performance metrics. This makes it easy to debug failing queries in CI/CD environments or cron jobs without logging into a web UI.
Automate Database Schema Documentation
The `get_dataset` tool lets Claude Code pull dataset metadata and write it directly to markdown files in your repository. You can run a single command to document your warehouse structure and commit the changes to Git. By combining `list_datasets` and `get_table`, Claude Code uses this MCP Server to act as an automated schema auditor. It detects drift, checks column types, and warns you about missing descriptions during your deployment checks.
Set up Google BigQuery MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seegoogle-bigquery-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Google BigQuery transactions." It will automatically discover and invoke the available Google BigQuery tools.
claude mcp add --transport http google-bigquery-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Google BigQuery MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Google BigQuery MCP today
We host it, we monitor it, we maintain it. You just paste one token.