dbt-labs/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.
Quick Start
Clone the repository:
git clone https://github.com/dbt-labs/dbt-mcpClaude Desktop configuration example:
{
"mcpServers": {
"dbt-mcp": {
"command": "npx",
"args": [
"-y",
"dbt-labs/dbt-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.