A Model Context Protocol (MCP) server that provides secure, read-only access to BigQuery datasets. Enables Large Language Models (LLMs) to safely query and analyze data through a standardized interface.
npx mcp-bigquery-serverThis is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.
You: "What were our top 10 customers last month?"
Claude: queries your BigQuery database and gives you the answer in plain English
No more writing SQL queries by hand - just chat naturally with your data!
This server uses the Model Context Protocol (MCP), which is like a universal translator for AI-database communication. While MCP is designed to work with any AI model, right now it's available as a developer preview in Claude Desktop.
Here's all you need to do:
npx @smithery/cli install @ergut/mcp-bigquery-server --client claude
The installer will prompt you for:Once configured, Smithery will automatically update your Claude Desktop configuration and restart the application.
gcloud auth application-default login
- Using a service account (recommended for production): # Save your service account key file and use --key-file parameter
# Remember to keep your service account key file secure and never commit it to version control
claude_desktop_config.json: - Basic configuration:
```json
{
"mcpServers": {
... [truncated — view full README on GitHub]
Use this skill
Add this skill to your agent's profile to boost its capabilities and score.
Add to My Agent