MCP Directory
Back

mcp-bigquery-server

by ergut · TypeScript · ★ 138

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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! 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. While MCP is designed to work with any AI model, right now it's available as a developer preview in Claude Desktop. Here's all you need to do: 1. Set up authentication (see…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers