Loading...
npx @smithery/cli install @ergut/mcp-bigquery-server --client claude{
"mcpServers": {
"bigquery": {
"command": "node",
"args": [
"/path/to/your/clone/mcp-bigquery-server/dist/index.js",
"--project-id",
"your-project-id",
"--location",
"us-central1",
"--key-file",
"/path/to/service-account-key.json"
]
}
}
}BigQuery QueryExecutes SQL queries against BigQuery datasets based on natural language input.
Queries are read-only and limited to 1GB of processing.
Dataset Schema ExplorationAllows browsing and understanding the structure of BigQuery datasets, including tables and views.
Provides read-only access to dataset metadata.
This server is generally safe for querying BigQuery data due to its read-only nature and query limits. However, it's crucial to secure the service account and monitor query activity to prevent unauthorized access or data leakage.