data platforms

Dbt Mcp

Official MCP server for [dbt (data build tool)](https://www.getdbt.com/product/what-is-dbt) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.

python
cloud
local
enterprise
data platforms
0
View on GitHub

Installation

npx -y dbt-labs/dbt-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "dbt-mcp",
  "command": "npx",
  "args": [
    "-y",
    "dbt-labs/dbt-mcp"
  ]
}

About This MCP Server

dbt-labs/dbt-mcp

Official MCP server for dbt (data build tool) providing integration with dbt Core/Cloud CLI, project metadata discovery, model information, and semantic layer querying capabilities.

GitHub: https://github.com/dbt-labs/dbt-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub