dbt-mcp and bigquery-mcp
These are complements: dbt transforms and models data in BigQuery, while the BigQuery MCP server provides safe read-only query access to those transformed datasets for LLMs, creating a complete pipeline from data transformation to AI consumption.
About dbt-mcp
dbt-labs/dbt-mcp
A MCP (Model Context Protocol) server for interacting with dbt.
This server helps data professionals interact with their dbt projects using AI agents. It takes natural language queries or commands and translates them into actions or information from your dbt Core, dbt Fusion, or dbt Platform environment. Data analysts, data engineers, or analytics engineers can use this to automate data modeling tasks, query metrics, or manage dbt jobs through conversational interfaces.
About bigquery-mcp
pvoo/bigquery-mcp
Practical MCP server for large BigQuery datasets. Supports vector search. Keep LLM context small while staying fast and allowing only safe read-only actions.
This project helps data professionals and analysts interact with large BigQuery datasets using natural language. It allows you to ask questions about your data, retrieve schemas, table details, and even run safe, read-only queries. The output provides structured insights about your BigQuery environment, making it easier to navigate complex data landscapes without deep SQL knowledge.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work