Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
dbt MCP Server logo
MCP server

dbt MCP Server

Runs dbt commands and answers questions about the project's models and metrics

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx dbt-mcp
mcpServers
{
  "mcpServers": {
    "dbt-mcp": {
      "command": "uvx",
      "args": [
        "dbt-mcp"
      ]
    }
  }
}
Transport
both
Runtime
Python
Auth
Required
License
Apache-2.0
Stars
597
Tools
buildruntestcompilelist_metricsquery_metricsget_dimensionsget_lineageget_model_healthget_node_detailsexecute_sqltext_to_sql

dbt Labs' own server splits its tools into groups that map to how people actually work: the CLI group runs build, run, test and compile against a local project, the Discovery group answers structural questions — lineage, model health, node details, recent performance — from dbt Platform metadata, and the Semantic Layer group lists metrics and dimensions and executes metric queries. Two SQL tools sit alongside them, one executing statements on Platform infrastructure and one generating SQL from a plain-language question using project context. It covers dbt Core, Fusion and Platform, so the same client entry works whether the project runs locally or in the cloud. Installation is a uvx command; dbt Platform features authenticate with a token or OAuth.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?