MCP Directory
Back

mcp-bigquery-server

by ergut · TypeScript · ★ 142

A Model Context Protocol (MCP) server that provides secure, read-only access to BigQuery datasets. Enables Large Language Models (LLMs) to safely query and analyze data through a standardized interface.

#bigquery#google-cloud#mcp#mcp-servers#model-context-protocol#sql

Install

npx -y github:ergut/mcp-bigquery-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

This is a server that lets your LLMs (like Claude) talk directly to your BigQuery data — **read-only, with no ability to mutate your warehouse**. Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently. No more writing SQL queries by hand - just chat naturally with your data! This server uses the Model Context Protocol (MCP), which is like a universal translator for AI-database communication. MCP is supported by Claude Desktop, Claude Code, and a growing number of other AI clients. Here's all you need to…
Read full README on GitHub →

Related databases servers