Skip to main content
DatabasesTypeScript

ergut/mcp-bigquery-server

Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities

databasescloud-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
ergut