Back to directory
takuya0206/bigquery-mcp-server

takuya0206/bigquery-mcp-server

@takuya0206

BigQuery MCP服务器,允许LLM理解数据集结构并执行SQL查询

bigquerysqldatabasegoogle-cloudllmmcp-server

Installation & Configuration

{
  "mcpServers": {
    "BigQuery": {
      "command": "/path/to/dist/bigquery-mcp-server",
      "args": [
        "--project-id",
        "your-project-id",
        "--location",
        "asia-northeast1",
        "--max-results",
        "1000",
        "--max-bytes-billed",
        "500000000000"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/service-account-key.json"
      }
    }
  }
}

Information

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