About
Overview
The dbt MCP Server enables AI agents to interact with dbt for data transformation. It provides tools for running models, executing tests, generating documentation, and managing lineage.
Capabilities
Tools & Capabilities
⚡run
Run dbt models
⚡test
Run dbt tests
⚡list_models
List dbt models
⚡get_lineage
Get model lineage graph
Setup
Installation
bash
Install
pip install mcp-server-dbtExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"dbt": {
"command": "python",
"args": ["-m", "mcp_server_dbt"]
}
}
}Quick Info
Authordbt-labs
LanguagePython
StatusStable
Stars★ 95
Last UpdatedFeb 12, 2026