pvoo/bigquery-mcp
3.3
If you are the rightful owner of bigquery-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The BigQuery MCP Server is designed to efficiently navigate BigQuery datasets and tables using LLMs, optimized for large projects with many datasets and tables.
Tools
Functions exposed to the LLM to take actions
list_datasets
Dual mode: basic (names only) vs detailed (full metadata).
list_tables
Context-aware table browsing with optional schema details.
get_table
Complete table analysis with schema and sample data.
run_query
Execute SELECT/WITH queries only, with cost tracking and safety validation.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client