MCP server for BigQuery that exposes tools for dataset discovery, table metadata, schema inspection, dry-run validation, and query execution.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bigquery-mcp-server": {
"command": "npx",
"args": [
"-y",
"VuSnow/bigquery-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add bigquery-mcp-server npx -y VuSnow/bigquery-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bigquery-mcp-server": {
"command": "npx",
"args": [
"-y",
"VuSnow/bigquery-mcp-server"
]
}
}
}