Bigquery Server
Freeby MCP Community
MCP server for BigQuery database operations
v1.0.5Added Apr 12, 2026
Bigquery Server MCP Server
MCP server for BigQuery database operations
Installation
npx -y mcp-bigquery-server
Reviews
Installation
Quick install
npx -y mcp-bigquery-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bigquery-server": {
"command": "npx",
"args": ["-y", "mcp-bigquery-server"]
}
}
}