ergut/mcp-bigquery-server
Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities
Quick Start
Clone the repository:
git clone https://github.com/ergut/mcp-bigquery-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-bigquery-server": {
"command": "npx",
"args": [
"-y",
"ergut/mcp-bigquery-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.