The dbt MCP server allows AI agents to interact with dbt projects. It exposes tools for running dbt commands, managing project configurations, and validating SQL models. It connects directly to dbt projects and their underlying data warehouses. Data engineers and analytics engineers use it to automate dbt workflows, such as testing models, generating documentation, and applying schema changes.
The dbt MCP server allows AI agents to interact with dbt projects. It exposes tools for running dbt commands, managing project configurations, and validating SQL models. It connects directly to dbt projects and their underlying data warehouses. Data engineers and analytics engineers use it to automate dbt workflows, such as testing models, generating documentation, and applying schema changes.
pip install dbt-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dbt-labs-dbt-mcp-github": {
"command": "uvx",
"args": [
"pip install dbt-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from dbt mcp?"
No configuration required. This server works out of the box.
"What resources are available in dbt mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in dbt mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in dbt mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.