Back to MCP Servers
Bigquery
Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities
databasesgo
By ergut
Installation
npx -y mcp-bigquery-serverConfiguration
{
"mcpServers": {
"mcp-bigquery-server": {
"command": "npx",
"args": ["-y", "mcp-bigquery-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes