Back to MCP Servers
🔌

LucasHild/mcp-server-bigquery

MITAPI key required

🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities

PythonDatabases

Install

npx -y -y @smithery/cli

Required environment variables

BIGQUERY_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "lucashild-mcp-server-bigquery": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ],
      "env": {
        "BIGQUERY_KEY": "<YOUR_BIGQUERY_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.