dbt MCP
The official dbt MCP server provides a powerful interface for AI models to interact with dbt (data build tool) projects. It enables models to run dbt commands, inspect data models, and manage data transformation workflows. This tool is essential for data engineers and analysts who want to leverage AI for better data modeling and analytics engineering.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"dbt": {
"command": "npx",
"args": [
"-y",
"@dbt-labs/mcp-server"
],
"env": {
"DBT_PROJECT_DIR": "/path/to/your/dbt/project"
}
}
}
}Key Features
Execute dbt run, test, and compile commands
Inspect dbt models, sources, and documentation
Visualize data lineage and dependencies
Automate data transformation tasks via AI
Server Details
The official dbt MCP server provides a powerful interface for AI models to interact with dbt (data build tool) projects. It enables models to run dbt commands, inspect data models, and manage data transformation workflows. This tool is essential for data engineers and analysts who want to leverage AI for better data modeling and analytics engineering.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository