Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
BigQuery plugin bundle for Claude Code, Codex, and Gemini CLI
This repository packages BigQuery data analytics for agent clients as a plugin with MCP-backed tools and skills. It supports natural-language table discovery, SQL queries, and analytics workflows such as forecasting and contribution analysis.
Builders who want Claude Code, Codex, or Gemini CLI to query BigQuery and generate data insights.
You can explore BigQuery data and get analysis from your agent without switching to the GCP console.
What it does
BigQuery data tools
Provides tools for dataset discovery, metadata lookup, and SQL execution at scale.
Analytics tools
Adds forecasting and insight-generation tools for questions about why data changed or what may happen next.
Agent plugin packaging
Ships plugin manifests for Antigravity, Claude Code, Codex, and compatible Agent Plugins clients.
Generated skills support
Includes a way to regenerate tool-backed skills from the same prebuilt toolsets.
How to get it
- 1Install the plugin directly from the remote GitHub repository
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
- 21. Install the plugin
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
- 32. Start the agent
claude
- 43. Install the plugin
/plugin install bigquery-data-analytics@claude-plugins-official
- 51. Install marketplace
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
- 62. Install the plugin
codex plugin add bigquery-data-analytics@data-agent-kit
README
BigQuery Data Analytics Skills
[!NOTE] Currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
Developers can effortlessly connect, interact, and generate data insights with BigQuery datasets and data using natural language commands.
[!IMPORTANT] We Want Your Feedback! Please share your thoughts with us by filling out our feedback form. Your input is invaluable and helps us improve the project for everyone.
Table of Contents
- Why Use the BigQuery Data Analytics Extension?
- Prerequisites
- Getting Started
- Installing via a compatible Agent Plugins client
- Usage Examples
- Available Tools
- Generating Skills Instead
- Additional Extensions
- Troubleshooting
Why Use the BigQuery Data Analytics Extension?
- Natural Language to data analytics : Find required BigQuery tables and ask analytical questions in natural language.
- Seamless Workflow: Stay in your CLI. No need to constantly switch contexts to the GCP console for generating analytical insights.
- Run advanced analytics : Generate forecasts, run a contributions analysis using built-in advanced skills.
Prerequisites
Before you begin, ensure you have the following:
- One of these AI agents installed
- Antigravity
- Antigravity CLI version v1.6.0 or higher
- Antigravity 2.0 version v2.0.0 or higher.
- Claude Code version v2.1.94 or higher.
- Codex v0.117.0 or higher.
- Antigravity
- Node.js — the MCP server runs via
npx. - A Google Cloud project with the BigQuery API enabled.
- Ensure Application Default Credentials are available in your environment.
- IAM Permissions:
- BigQuery User (
roles/bigquery.user)
- BigQuery User (
- (Optional) To use BigQuery AI/ML skills
- Ensure that Vertex AI API is enabled
- IAM permissions:
- BigQuery Connection User (
roles/bigquery.connectionUser) - Vertex AI User (
roles/aiplatform.user)
- BigQuery Connection User (
Getting Started
Configuration
Please keep these env vars handy during the installation process:
BIGQUERY_PROJECT: The GCP project ID.BIGQUERY_LOCATION: (Optional) The dataset location.
[!NOTE]
- Ensure Application Default Credentials are available in your environment.
Installation & Usage
To start interacting with your database, install the extension for your preferred AI agent, then launch the agent and use natural language to ask questions or perform tasks.
For the latest version, check the releases page.
Antigravity
You can use either of these two agents for Antigravity:
- Antigravity CLI version v1.6.0 or higher
- Antigravity 2.0 version v2.0.0 or higher.
💡 Tip — Migrating from Gemini CLI?
If you previously installed this extension withgemini extensions install, you can convert it to an Antigravity plugin instead of reinstalling from scratch:See Migrating from Gemini CLI for details on plugins, context files (
- On first launch of Antigravity CLI, accept the Migration Options prompt to automatically convert your installed Gemini CLI extensions to Antigravity plugins.
- Or, from your terminal, run:
agy plugin import geminiGEMINI.md/AGENTS.md), and MCP server config differences.
Antigravity 2.0 (IDE)
1. Install the plugin:
Install the plugin directly from the remote GitHub repository:
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
2. Set env vars: Set your environment vars as described in the configuration section.
(Tip: You can verify the MCP server is active by running the /mcp command in your active session.)
Antigravity CLI
You can install plugins directly from a remote GitHub repository.
1. Install the plugin:
agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics
2. Set env vars: Set your environment vars as described in the configuration section.
Claude Code
1. Set env vars: In your terminal, set your environment vars as described in the configuration section.
2. Start the agent:
claude
3. Install the plugin:
/plugin install bigquery-data-analytics@claude-plugins-official
_(Tip: Run /plugin list inside Claude Code to verify the plugin is active, or /reload-plugins if you just installed it.)
Codex
1. Install marketplace:
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
2. Install the plugin:
codex plugin add bigquery-data-analytics@data-agent-kit
3. Set env vars: Enter your environment vars as described in the configuration section.
4. (Optional) Update the marketplace:
codex plugin marketplace upgrade data-agent-kit
Installing via a compatible Agent Plugins client
Installing via a compatible Agent Plugins client
This repository is a valid Agent Plugins (v1) plugin. Any Agent Plugins–compatible client can install it directly using its own built-in plugin command — no extra tooling required — by pointing at this repository:
https://github.com/gemini-cli-extensions/bigquery-data-analytics
Beyond harnesses covered by the native install above, compatible clients include VS Code, Cursor, GitHub Copilot, and Kiro. See your agent's documentation for its exact install command.
Set env vars: Set your environment vars as described in the configuration section.
[!NOTE]
- Ensure Application Default Credentials are available in your environment.
- See Troubleshooting for debugging your configuration.
Usage Examples
Interact with BigQuery using natural language right from your IDE:
-
Find Data:
- "Find tables related to PyPi downloads"
- "Find tables related to Google analytics data in the dataset bigquery-public-data"
-
Generate Analytics and insights:
- "Using bigquery-public-data.pypi.file_downloads show me the top 10 downloaded pypi packages this month."
- “Using bigquery-public-data.pypi.file_downloads can you forecast downloads for the last four months of 2025 for package urllib3?”
Available Tools
The tools come from MCP Toolbox's prebuilt bigquery server, grouped into toolsets:
- data - Use these tools when you need to handle large-scale data exploration and dataset management. Use when users need to find data assets or run SQL at scale. Provides metadata discovery and query execution across the data warehouse.
- analytics - Use these tools when you need to handle advanced data intelligence and predictive tasks. Use when a user asks "why" data changed or needs future projections. Provides automated insight generation and time-series forecasting.
For the full, up-to-date list, see the bigquery prebuilt config
in the MCP Toolbox repository.
Generating Skills Instead
The tool-backed skills this plugin used to ship were generated from the same prebuilt toolsets. If your agent lacks deferred tool loading, or you prefer skills, regenerate them with the script in this repository:
VERSION=<toolbox version> ./.github/scripts/generate_skills.sh
Use the toolbox version pinned in mcp.json. A single toolset, without
the script:
npx @toolbox-sdk/server@<toolbox version> --prebuilt bigquery skills-generate \
--name "<skill name>" \
--toolset "<toolset>" \
--description "<what it is for>"
The generated scripts call the toolbox through npx, so no binary download is needed.
See Generate Agent Skills
in the MCP Toolbox repository.
The hand-authored skills in skills/ are unaffected and still ship with the plugin.
Additional Extensions
Find additional extensions to support your entire software development lifecycle at github.com/gemini-cli-extensions, including:
- BigQuery Conversational Analytics
- and more!
Troubleshooting
Use gemini --debug to enable debugging.
Common issues:
- "failed to find default credentials: google: could not find default credentials.": Ensure Application Default Credentials are available in your environment. See Set up Application Default Credentials for more information.
- "✖ Error during discovery for server: MCP error -32000: Connection closed": The database connection has not been established. Ensure your configuration is set via environment variables.
- "✖ MCP ERROR: Error: spawn /Users/USER/.gemini/extensions/bigquery-data-analytics/toolbox ENOENT": The Toolbox binary did not download correctly. Ensure you are using Gemini CLI v0.6.0+.
- "cannot execute binary file": The Toolbox binary did not download correctly. Ensure the correct binary for your OS/Architecture has been downloaded. See Installing the server for more information.
Files in the repo
- .claude-plugin
- .codex-plugin
- .github
- evals
- skills
- .licenserc.yaml
- .lycheeignore
- .release-please-manifest.json
- BIGQUERY.md
- CHANGELOG.md
- cloudbuild.yaml
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- DEVELOPER.md
- gemini-extension.json
- LICENSE
- mcp_config.json
- mcp.json
- plugin.json
- README.md
- release-please-config.json
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More plugins

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.
Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns
Teams-first Multi-agent orchestration for Claude Code