Skip to main content
DatabasesPython

LucasHild/mcp-server-bigquery

BigQuery database integration with schema inspection and query capabilities

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/LucasHild/mcp-server-bigquery

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
LucasHild