Description

A Model Context Protocol server that provides secure, read-only access to BigQuery datasets.

Installation

npx -y mcp-bigquery-server
npm install mcp-bigquery-server
git clone https://github.com/ergut/mcp-bigquery-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "bigquery-mcp-server-ergut": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-bigquery-server"
      ]
    }
  }
}