Skip to main content
Google BigQuery is a serverless data warehouse for analytics at scale. The BigQuery MCP server lets you explore projects, inspect datasets, and run SQL using natural language.

What Can It Do?

  • Discover projects and datasets you have access to
  • Inspect table metadata including schema and row counts
  • Run SQL queries and return structured results
  • Power data workflows by chaining outputs to other tools

Where to Use It

Add BigQuery as a tool to any agent. The agent can then query and explore your data conversationally, choosing the right actions based on context. To add an MCP tool to your agent:
  1. Open your agent’s configuration
  2. Click Add toolsConnect an app with MCP
  3. Search for the integration and select it
  4. Authenticate with your account
You can control which tools your agent has access to. After adding an integration, click on it to enable or disable specific tools based on what your agent needs.

In Workflows (Via Agent Node)

For automated pipelines, use an Agent Node with BigQuery tools. This gives you the flexibility of an agent within a deterministic workflow.

As a Custom MCP Node

You can also create a standalone MCP node for a specific action. This generates a reusable node that performs one task, useful when you need the same operation repeatedly in workflows.
To create a custom MCP node:
  1. Go to your node library and search for the integration
  2. Click Create a node with AI
  3. Describe the specific action you want (e.g., “Run this SQL query on my dataset”)
  4. Test the node and save it for reuse
Custom MCP nodes are single-purpose by design. For tasks that require multiple steps or dynamic decision-making, use an agent instead.

Available Tools

ToolDescription
List Project IdsList accessible Google Cloud projects
List Dataset IdsList datasets in a project
List Table IdsList tables in a dataset
Get Dataset InfoGet dataset metadata
Get Table InfoGet table schema and row count
Execute SQLRun a SQL query and return results

Example Prompts

Use these with your agent or in the Agent Node: Discover projects:
List all Google Cloud projects I have access to
Explore datasets:
List all datasets in my analytics project
Run a query:
Run "SELECT * FROM sales WHERE region = 'West' LIMIT 100"
Get table info:
Show me the schema and row count for the customers table

Troubleshooting

IssueSolution
Agent not finding the right dataSpecify the project ID and dataset explicitly
Action not completingCheck that you’ve authenticated and have BigQuery access
Unexpected resultsThe agent may chain multiple tools (e.g., listing datasets first, then querying). Review the agent’s reasoning to understand its approach.
Tool not availableVerify the tool is enabled in your agent’s MCP configuration
Agents are smart enough to chain multiple API calls together. For example, asking “What tables are in my analytics dataset?” will find the project and dataset first, then list tables. If results seem off, check the agent’s step-by-step reasoning.

Need Help?


Use this integration directly in Claude or Cursor. Connect remotely via the BigQuery MCP server using your Gumloop credentials.