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
Installation
npx -y dbt-labs/dbt-mcpConfiguration
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.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub