Back to MCP Servers
dbt
Interact with dbt Core and dbt Cloud for data transformations, model execution, test runs, and documentation generation
dbtdata-engineeringsqlanalyticstransformations
By dbt Labs
Installation
pip install dbt-mcpConfiguration
{
"mcpServers": {
"dbt": {
"command": "uvx",
"args": ["dbt-mcp"],
"env": {
"DBT_PROJECT_DIR": "/path/to/dbt/project",
"DBT_PROFILES_DIR": "~/.dbt"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes