Bigquery
Freeby MCP Community
MCP server for BigQuery that allows AI assistants to query and understand BigQuery datasets
v0.1.16Added Apr 12, 2026
mcpbigqueryaiclaudemodel-context-protocol
Bigquery MCP Server
MCP server for BigQuery that allows AI assistants to query and understand BigQuery datasets
Installation
npx -y bigquery-mcp-server
Reviews
Installation
Quick install
npx -y bigquery-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bigquery": {
"command": "npx",
"args": ["-y", "bigquery-mcp-server"]
}
}
}