Bigquery Schema
Freeby MCP Community
MCP server for retrieving BigQuery schema information
v1.1.4Added Apr 12, 2026
Bigquery Schema MCP Server
MCP server for retrieving BigQuery schema information
Installation
Reviews
Installation
Quick install
npx -y @waaronmorris/mcp-bigquery-schema
Add to claude_desktop_config.json
{
"mcpServers": {
"bigquery-schema": {
"command": "npx",
"args": ["-y", "@waaronmorris/mcp-bigquery-schema"]
}
}
}