Data & APIs
Google BigQuery MCP
Google BigQuery MCP connects your AI assistant to Google BigQuery. Run SQL queries on massive datasets, explore schemas, manage tables and datasets, and analyze query results. Supports standard SQL with full BigQuery feature support including UDFs, views, and materialized views.
Stars
1.1k
Installs
22.0k
License
MIT
Kind
MCP
Trust evidence
Verified
Verified MCP — curated catalog entry with reviewed setup metadata.
- Stars: 1.1k · catalog
- Freshness: Updated 2026-01-26
- Used in 0 known stacks (editorial graph may still apply)
Prerequisites
- · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
- · Environment: GOOGLE_PROJECT_ID
- · Environment: GOOGLE_APPLICATION_CREDENTIALS
- · Node.js 18+
Reference command
{
"mcpServers": {
"bigquery": {
"command": "npx",
"args": ["-y", "mcp-bigquery-server"],
"env": {
"GOOGLE_PROJECT_ID": "<your-project-id>",
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account.json"
}
}
}
}