Bigquery Server
Freeby MCP Community
MCP server for interacting with BigQuery databases
v1.0.3Added Apr 12, 2026
Bigquery Server MCP Server
MCP server for interacting with BigQuery databases
Installation
npx -y @ergut/mcp-bigquery-server
Reviews
Installation
Quick install
npx -y @ergut/mcp-bigquery-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bigquery-server": {
"command": "npx",
"args": ["-y", "@ergut/mcp-bigquery-server"]
}
}
}