Skip to content

Bigquery Schema

Free

by MCP Community

MCP server for retrieving BigQuery schema information

v1.1.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Bigquery Schema MCP Server

MCP server for retrieving BigQuery schema information

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @waaronmorris/mcp-bigquery-schema
Add to claude_desktop_config.json
{
  "mcpServers": {
    "bigquery-schema": {
      "command": "npx",
      "args": ["-y", "@waaronmorris/mcp-bigquery-schema"]
    }
  }
}