MCP Servers / database / BigQuery

BigQuery

JSON →
nonedatabase

Access and cache Google Cloud BigQuery metadata.

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
authnone
Resources
BigQuery — MCP Server · libregistry