LogoFindMcp
Logo of mcp-server-bigquery

mcp-server-bigquery

A Model Context Protocol server providing BigQuery access, enabling LLMs to inspect schemas and execute queries.

Introduction

BigQuery MCP server

A Model Context Protocol server that provides access to BigQuery. This server enables LLMs to inspect database schemas and execute queries.

Components
Tools

The server implements the following tools:

  • execute-query: Executes a SQL query using BigQuery dialect
  • list-tables: Lists all tables in the BigQuery database
  • describe-table: Describes the schema of a specific table
Configuration

The server can be configured with the following arguments:

  • --project (required): The GCP project ID.
  • --location (required): The GCP location (e.g. europe-west9).
  • --dataset (optional): Only take specific BigQuery datasets into consideration. Several datasets can be specified by repeating the argument (e.g. --dataset my_dataset_1 --dataset my_dataset_2). If not provided, all datasets in the project will be considered.

Newsletter

Join the Community

Subscribe to our newsletter for the latest news and updates