Back to directory
atamaplus-public/mcp-bigquery

atamaplus-public/mcp-bigquery

@atamaplus-public

MCP server for querying BigQuery data, allowing AI assistants to directly access BigQuery datasets

bigquerysqldatabasegcpgoogle-clouddata-analytics

Installation & Configuration

{
  "mcpServers": {
    "bigquery": {
      "command": "node",
      "args": [
        "/absolute/path/to/dist/index.js",
        "--project-id",
        "YOUR_PROJECT_ID",
        "--location",
        "us"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/your/credentials.json"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15