Agentic WorkersPowered by Agentic Workers
Hosted MCP Servers
Databases & AnalyticsAuth: API Key

Google BigQuery hosted MCP server

Data warehouse

Google’s BigQuery MCP endpoint lets agents run queries and inspect datasets in Google Cloud’s serverless data warehouse, using Google Cloud credentials for authorization.

Curated by Published Updated

Server description

Query BigQuery datasets from your agent

Google’s BigQuery MCP endpoint lets agents run queries and inspect datasets in Google Cloud’s serverless data warehouse, using Google Cloud credentials for authorization.

Directory details

Slug
google-bigquery
Category
Databases & Analytics
Category slug
databases-and-analytics
Authentication
API Key
Auth type
api-key

Use with your agent

Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.

Use with your agent
{
  "mcpServers": {
    "google-bigquery": {
      "url": "https://bigquery.googleapis.com/mcp"
    }
  }
}

Connection links