Back to MCP Servers

BigQuery Server

Query and analyze data in Google BigQuery for large-scale data analytics and machine learning

bigquerygoogledatabasedata-warehouseanalyticssql

Installation

pip install bigquery-mcp-server

Configuration

{
  "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

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub