mcp-server-bigquery
88
The BigQuery MCP server is designed to offer large language models access to Google BigQuery for inspecting and querying databases. It supports executing SQL queries, listing tables, and describing table schemas in the BigQuery environment.
BigQuery MCP server
A Model Context Protocol server providing access to BigQuery, enabling large language models to inspect database schemas and execute queries.
Components
Tools
- Execute SQL queries with BigQuery dialect
- List all tables in the BigQuery database
- Describe the schema of a specific table
Configuration
Configuration via command line arguments or environment variables is available. Required parameters include GCP project ID and location.