Skip to content
Grok

bigquery mcp for Grok

io.github.snowleopard-ai/bigquery-mcp

A SnowLeopardAI-managed MCP server that provides access to Google BigQuery data.

client:Grok transport:stdio runtime:pypi

Install bigquery mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "bigquery-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sl-bigquery-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bigquery mcp in other clients