Google BigQuery analytics — run SQL queries, manage datasets, and analyze large-scale data
GOOGLE_APPLICATION_CREDENTIALSnpx @getmcp/cli add bigqueryConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"bigquery": {
"command": "npx",
"args": [
"-y",
"mcp-bigquery"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": ""
}
}
}
}