general MCP Server
A Model Context Protocol server that provides access to BigQuery
Discovered via unknown and last synced 3mo ago.
1. Install the package
uvx mcp-server-bigquery
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-server-bigquery": {
"command": "npx",
"args": [
"mcp-server-bigquery"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Lists all tables in the BigQuery database
Describes the schema of a specific table
Executes a SQL query using BigQuery dialect