Back to MCP Servers
Server Bigquery
BigQuery database integration with schema inspection and query capabilities
databases
By LucasHild
Installation
npx -y mcp-server-bigqueryConfiguration
{
"mcpServers": {
"mcp-server-bigquery": {
"command": "npx",
"args": ["-y", "mcp-server-bigquery"]
}
}
}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