bigquery-mcp (via mcp2cli)
Run read-only BigQuery SQL queries via CLI.
Shortcuts
mcp2cli bigquery <cmd>
Commands
Query
| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli bigquery query |
Run a read-only BigQuery SQL query | mcp2cli bigquery query --sql 'SELECT * FROM dataset.table LIMIT 10'mcp2cli bigquery query --sql 'SELECT COUNT(*) FROM project.dataset.table' |
ref |
Discover Parameters
Append --help to any command for full parameter list:
mcp2cli bigquery query --help
Note: Use Ref links in the Commands table above to view detailed parameter reference and more examples.
User Notes
MUST READ users/skill.md for custom workflows and tips. Config: MCP server settings live in
~/.agents/mcp2cli/servers.yaml- edit there to take effect.