# BigQuery Server

A Model Context Protocol server that provides access to BigQuery, enabling LLMs to inspect database schemas and execute queries.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp-server-bigquery

# Browse available tools
npx -y @smithery/cli@latest tool list mcp-server-bigquery
```

---

Source: https://github.com/LucasHild/mcp-server-bigquery | License: MIT
