trackmcp
Back to directory
osushinekotan

bigquery-mcp-server

View on GitHub

bigquery mcp server (read only)

0 stars PythonServers & Infrastructure Updated May 13, 2025

Documentation

bigquery-mcp-server

Setup

bash
uv sync

MCP Server

start sse server

bash
uv run main.py

or docker

bash
docker compose up

mcp inspector

bash
npx @modelcontextprotocol/inspector npm run dev

MCP Client

claude desktop

code
{
  "mcpServers": {
    "servers": {
      "command": "uvx",
      "args": ["mcp-proxy", "http://localhost:8001/sse"]
    }
  }
}

Frequently asked questions

What is bigquery-mcp-server?

bigquery-mcp-server is bigquery mcp server (read only)

How do I install bigquery-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is bigquery-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/osushinekotan/mcp-servers.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP