dbt-plan for Claude Desktop
io.github.presentjay/dbt-plan
Predicts the DDL a dbt change will execute, before you run it. Reads files, not the warehouse.
client:Claude Desktop
transport:stdio
runtime:pypi
Install dbt-plan in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dbt-plan": {
"command": "uvx",
"args": [
"dbt-plan"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs