Skip to main content
Data PlatformsPython

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.

data-platformsofficialcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/dbt-labs/dbt-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Data Platforms
Language
Python
Author
dbt-labs