BigQuery MCP Server

Active

This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.

Updated 8/8/2025
Key Features

What makes this MCP server special

Run SQL queries by just asking questions in plain English
Access both tables and materialized views in your datasets
Explore dataset schemas with clear labeling of resource types (tables vs views)
Analyze data within safe limits (1GB query limit by default)
Keep your data secure (read-only access)

Requirements

npx
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/ergut

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

-

2. Configuration

{
  "mcpServers": {
    "bigquery": {
      "command": "npx",
      "args": [
        "-y",
        "@ergut/mcp-bigquery-server",
        "--project-id",
        "your-project-id",
        "--location",
        "us-central1"
      ]
    }
  }
}

3. Usage Example

-