MCP.so
Sign In

BigQuery MCP サーバー

@sisisin-sandbox

About BigQuery MCP サーバー

No overview available yet

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bigquery": {
      "command": "path/to/sisisin-sandbox/try-mcp-server/bin/mcp_bigquery",
      "args": [],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "path/to/.config/gcloud/application_default_credentials.json"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is BigQuery MCP サーバー?

BigQuery MCP サーバー is an MCP server that integrates with Google BigQuery. It is built with Deno and requires compilation before use. Users configure it in their MCP client by specifying the path to the compiled binary and providing Google Application Credentials via environment variable.

How to use BigQuery MCP サーバー?

Compile the server by running deno task compile. Then add the following configuration to your MCP settings file, adjusting the path to the compiled binary and the credentials file.

{
  "mcpServers": {
    "bigquery": {
      "command": "path/to/sisisin-sandbox/try-mcp-server/bin/mcp_bigquery",
      "args": [],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "path/to/.config/gcloud/application_default_credentials.json"
      },
      "disabled": false,
      "alwaysAllow": []
    }
  }
}

Key features of BigQuery MCP サーバー

Use cases of BigQuery MCP サーバー

FAQ from BigQuery MCP サーバー

Comments

More Databases MCP servers