libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
database
/ BigQuery
BigQuery
JSON →
none
database
Access and cache Google Cloud BigQuery metadata.
github ↗
Install
How to run this server
[ { "cmd": "uvx --from", "imports": [] } ]
server path:
bigquery-2
Tools
What this server exposes
get_datasets
Retrieves a list of all datasets
get_tables
Retrieves all tables within a specified dataset (requires dataset_id, optionally accepts project_id)
search_metadata
Searches metadata for datasets, tables, and columns
execute_query
Safely executes BigQuery SQL queries with automatic LIMIT clause insertion and cost control
check_query_scan_amount
Retrieves the scan amount for BigQuery SQL queries
save_query_result
Executes BigQuery SQL queries and saves results to local files (CSV or JSONL format)
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/takada-at/bq_mcp ↗
BigQuery — MCP Server · libregistry