bigquery-mcp-server

VuSnow/bigquery-mcp-server
★ 0 stars Unknown language 📊 Data/Analytics Updated today
MCP server for BigQuery that exposes tools for dataset discovery, table metadata, schema inspection, dry-run validation, and query execution.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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