Mcp Server Bigquery

general MCP Server

A Model Context Protocol server that provides access to BigQuery

Install Ready
generalgeneral
2 views127 stars37 forksMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
127
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

uvx mcp-server-bigquery

2. Add to claude_desktop_config.json

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

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

3
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (3)

list-tables

Lists all tables in the BigQuery database

describe-table

Describes the schema of a specific table

execute-query

Executes a SQL query using BigQuery dialect