bach-bigquery-mcp
v0.6.0
Published
Mock BigQuery-style SQL warehouse (alasql) over REAL data: UCI Online Shoppers (sessions) + full Olist Brazilian E-Commerce (orders/order_items/order_payments/customers/products/sellers/reviews/category_translation).
Maintainers
Readme
bach-bigquery-mcp
Mock Google BigQuery MCP server. Returns sample datasets, tables and query results.
Note: This is a MOCK MCP server by bachstudio. It returns sample/fake data and does not connect to BigQuery. Intended for prototyping and demos.
Tools
list_datasets— List datasets in the projectlist_tables— List tables in a datasetrun_query— Run a Standard SQL query
Usage (stdio MCP)
{
"mcpServers": {
"bigquery": {
"command": "npx",
"args": ["-y", "bach-bigquery-mcp"]
}
}
}License
MIT © bachstudio
