Choose (Google BigQuery)
About
Integrates with Google BigQuery and BigQuery Storage to enable efficient execution of SQL queries, schema retrieval, and large-scale data analytics on cloud datasets.
Details
- Author
- keurcien
- Downloads
- 173
- Categories
- Developer Tools, AI, Design, File Management, Search, Cloud Service, Frontend, Knowledge Base, Other
- Tags
- #integration
Jump to
- Uses uvx to run the server with no manual installation.
- Requires a Google Cloud project ID and dataset list.
- Optionally integrates a dbt manifest file.
- Authenticates via Google Cloud Application Default Credentials.
- Supports Windows with additional APPDATA environment variable.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Choose (Google BigQuery)Command (node, npx, python, etc.)npxArguments-
Argument 1
-y -
Argument 2
@highlight/mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
What prerequisites are needed for Choose MCP Server Setup?
Claude Desktop, uv (install via brew install uv on macOS), a Google Cloud project, and valid Application Default Credentials.
Where is the Claude Desktop configuration file located?
On macOS it is at ~/Library/Application\ Support/Claude/claude_desktop_config.json. On Windows, the path uses the APPDATA environment variable.
How do I authenticate with Google Cloud for Choose MCP Server Setup?
Run gcloud auth login --update-adc to log in and update your Application Default Credentials.
What environment variables are required?
PROJECT_ID (your Google Cloud project ID) and DATASETS (a comma‑separated list of dataset names). DBT_MANIFEST_FILEPATH is optional.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"choose (google bigquery)": {
"env": {},
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
}
}
Linux
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Macos
{
"env": [],
"args": [
"-y",
"@highlight/mcp-server"
],
"command": "npx"
}
Windows
{
"env": [],
"args": [
"/c",
"npx",
"-y",
"@highlight/mcp-server"
],
"command": "cmd"
}
An MCP server for integration with the Claude Desktop Client, with optional DBT manifest path configuration.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
Instead of direct calling MCP tools, mcpcode server transforms MCP tool calls into TypeScript programs, enabling smarter, lower-latency orchestration by LLMs.
Supercharge your Agent with Semantic Code Intelligence and save 💰 in the process!
AI-to-AI code review platform — Claude, Codex, and Gemini cross-check each other via MCP, REST API, and CLI for consensus-based results.
A code sandbox for AI assistants to safely execute arbitrary code. Requires a 302AI API key for authentication.
Agent-native developer Q&A API with MCP + A2A endpoints for citations, job pickup, and answer submission.
MCP server to dynamically load Claude Code skills into AI agents
MCP bridge that lets Claude Code delegate heavy tasks to the Antigravity CLI (agy) — purpose-built tools, model routing with fallback, session continuity, and output truncation to save Claude's context and tokens.
Exposes local execution of Aider commands as a detached process using MCP.
An MCP server for offloading AI coding tasks to Aider, enhancing development efficiency and flexibility.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




