Stats
Actions
Tags
From data-agent-kit-starter-pack
Connects to Google BigQuery for running SQL queries, managing datasets, and exploring table schemas. Requires a Google Cloud project ID and location.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"datacloud_bigquery_toolbox": {
"command": "npx",
"args": [
"-y",
"@toolbox-sdk/server@>=1.1.0",
"--prebuilt",
"bigquery",
"--stdio",
"--user-agent-metadata",
"datacloud.claude"
],
"env": {
"BIGQUERY_PROJECT": "${user_config.PROJECT_ID}",
"BIGQUERY_LOCATION": "${user_config.BIGQUERY_LOCATION}"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
BIGQUERY_PROJECT=${user_config.PROJECT_ID}BIGQUERY_LOCATION=${user_config.BIGQUERY_LOCATION}npx claudepluginhub aquedies/data-agent-kit-starter-pack