dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dbt-core": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-dbt-core"
]
}
}
}