MCP BigQuery Server
@monochromegane
关于 MCP BigQuery Server
MCP BigQuery Server is a server that allows you to query BigQuery tables using MCP.
基本信息
配置
工具
4Get a listing of all allowed datasets.
Get a detailed listing of all tables in a specified dataset.
Get the schema of a specified table in a specified dataset.
Dry run a query to get the estimated cost and time.
概览
What is MCP BigQuery Server?
MCP BigQuery Server is a lightweight server written in Go that allows you to query BigQuery tables using the Model Context Protocol (MCP). It is designed for developers who need to interact with BigQuery datasets through MCP-compatible clients like Cursor.
How to use MCP BigQuery Server?
Install via Homebrew with brew tap monochromegane/tap && brew install monochromegane/tap/mcp-bigquery-server. Then configure it in Cursor by adding a JSON entry to .cursor/mcp.json with the command mcp-bigquery-server start and flags --project and --dataset (repeatable).
Key features of MCP BigQuery Server
- List all allowed datasets
- List tables in a specified dataset
- Get the schema of a specified table
- Dry run a query to estimate cost and time
Use cases of MCP BigQuery Server
- Discover which BigQuery datasets are available for querying
- Explore table listings and schemas within a dataset
- Estimate query costs before running a full query
- Perform ad‑hoc SQL queries via an MCP‑enabled editor
FAQ from MCP BigQuery Server
What tools does MCP BigQuery Server provide?
It provides four tools: list_allowed_datasets, list_tables, get_table_schema, and dry_run_query.
How do I install MCP BigQuery Server?
Install using Homebrew with brew tap monochromegane/tap && brew install monochromegane/tap/mcp-bigquery-server.
How can I specify multiple datasets?
Pass the --dataset flag multiple times in the configuration, for example --dataset test1 --dataset test2.
What license is MCP BigQuery Server under?
It is licensed under the MIT License.
数据库 分类下的更多 MCP 服务器
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
MCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
评论