mcp-server-bigquery

A Model Context Protocol server that provides access to BigQuery

GitHub Stars

118

User Rating

Not Rated

Favorites

0

Views

85

Forks

31

Issues

4

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Required software and versions:
Python: 3.7 or higher
Google Cloud SDK: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/LucasHild/mcp-server-bigquery.git
cd mcp-server-bigquery

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py --project your-gcp-project --location your-gcp-location

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Unable to connect to BigQuery Solution: Verify that the GCP project ID and location are correct.

Additional Resources