BigQuery (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The BigQuery (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
MongoDB (Docker)
Connect to MongoDB databases and Atlas clusters via Docker. Query collections, inspect schemas, manage indexes, and run aggregation pipelines in an isolated container.
MongoDB (npx)
Connect to MongoDB databases and Atlas clusters. Query collections, inspect schemas, manage indexes, and run aggregation pipelines through the official MongoDB MCP server.

PostgreSQL (Docker)
Query PostgreSQL databases, analyze performance, and optimize indexes via Docker. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks.

PostgreSQL (uvx)
Query PostgreSQL databases, analyze performance, and optimize indexes. Execute SQL, inspect schemas, get EXPLAIN plans, identify slow queries, and run health checks via Postgres MCP Pro.
Redis (Docker)
Interact with Redis databases via Docker. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
Redis (uvx)
Interact with Redis databases. Execute commands, manage keys, and work with data structures across standalone, cluster, and Sentinel modes.
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.