MCP Directory
Back

dbt-mcp

by dbt-labs · Python · ★ 585

A MCP (Model Context Protocol) server for interacting with dbt.

#data-analytics#data-engineering#dbt#llm#mcp#mcp-server#model-context-protocol

Install

pip install git+https://github.com/dbt-labs/dbt-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "dbt-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/dbt-labs/dbt-mcp.git"
      ]
    }
  }
}

From the README

[](https://www.bestpractices.dev/projects/11137) This MCP (Model Context Protocol) server provides various tools to interact with dbt. You can use this MCP server to provide AI agents with context of your project in dbt Core, dbt Fusion, and dbt Platform. Read our documentation [here](https://docs.getdbt.com/docs/dbt-ai/about-mcp) to learn more. [This](https://docs.getdbt.com/blog/introducing-dbt-mcp-server) blog post provides more details for what is possible with the dbt MCP server. We publish an experimental Model Context Protocol Bundle () with each release so that MCPB-aware clients ca…
Read full README on GitHub →

Related ai & ml servers