Back to MCP Servers
BigQuery Server
Query and analyze data in Google BigQuery for large-scale data analytics and machine learning
bigquerygoogledatabasedata-warehouseanalyticssql
By Google
Installation
pip install bigquery-mcp-serverConfiguration
{
"mcpServers": {
"bigquery": {
"command": "python",
"args": ["-m", "bigquery_mcp_server"],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account.json",
"BIGQUERY_PROJECT_ID": "your-project-id"
}
}
}
}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