MCP Directory

dbt-mcp

by dbt-labs · Python · ★ 547

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers