@ergut/mcp-bigquery-server

general MCP Server

A Model Context Protocol (MCP) server that provides secure, read-only access to BigQuery datasets. Enables Large Language Models (LLMs) to safely query and analyze data through a standardized interface.

Install Ready
generalgeneral
3 views142 stars34 forksv1.0.4MIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
142
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @ergut/mcp-bigquery-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-ergut-mcp-bigquery-server": {
      "command": "npx",
      "args": [
        "@ergut/mcp-bigquery-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

10
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (10)

allowedTables

Table allowlist — only listed tables can be queried

off

No protection — all tables and fields accessible

maximumBytesBilled

`"1000000000"` (1GB)

preventedFields

`{}`

None

Define `preventedFields` to block sensitive columns

autoProtect

Auto-scans for sensitive fields, enforces `preventedFields`

Setting

Default

sensitiveFieldScanFrequencyDays

`1` (daily)

Mode

Description

sensitiveFieldPatterns

Built-in set covering names, contacts, identity, insurance, and secrets