McpMux
Back to Registry

BigQuery (npx) MCP Server

Community

Contributed by Google

Query and explore Google BigQuery datasets via the MCP Toolbox for Databases prebuilt BigQuery tools. Exposes tools to list datasets and tables, inspect schemas, and execute SQL. Runs locally via npx and authenticates with your Google Cloud Application Default Credentials.

About the BigQuery (npx) MCP Server

The BigQuery (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and explore Google BigQuery datasets via the MCP Toolbox for Databases prebuilt BigQuery tools. Exposes tools to list datasets and tables, inspect schemas, and execute SQL. Runs locally via npx and authenticates with your Google Cloud Application Default Credentials. This is a community-contributed MCP server by Google.

Install the BigQuery (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. No authentication required — install and start using it immediately.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@toolbox-sdk/server",
    "--prebuilt",
    "bigquery",
    "--stdio"
  ],
  "env": {
    "BIGQUERY_PROJECT": "${input:BIGQUERY_PROJECT}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "BIGQUERY_PROJECT",
        "label": "BigQuery Project ID",
        "description": "Your Google Cloud project ID that contains the BigQuery datasets you want to query. Billing and queries run against this project.",
        "type": "text",
        "required": true,
        "placeholder": "my-gcp-project",
        "obtain": {
          "url": "https://console.cloud.google.com/projectselector2/home/dashboard",
          "instructions": "1. Open the Google Cloud Console\n2. Select or create a project\n3. Copy the Project ID (not the project name)",
          "button_label": "Open Cloud Console"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthNone required
Capabilities
Tools

Categories

Tags

bigquerygoogle-cloudgcpdatabasesqlanalyticsdata-warehouse

Supported AI Clients

The BigQuery (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install BigQuery (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.