The dbt LLM agent automates data analysis for dbt projects. It exposes an LLM-based AI agent that connects to dbt projects, runs SQL queries, and generates insights. It integrates with dbt Core and dbt Cloud, allowing developers to automate data analysis tasks. Data analysts and data engineers use it to speed up exploratory data analysis and generate reports.
The dbt LLM agent automates data analysis for dbt projects. It exposes an LLM-based AI agent that connects to dbt projects, runs SQL queries, and generates insights. It integrates with dbt Core and dbt Cloud, allowing developers to automate data analysis tasks. Data analysts and data engineers use it to speed up exploratory data analysis and generate reports.
pip install dbt-llm-agentAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"pragunbhutani-dbt-llm-agent-github": {
"command": "uvx",
"args": [
"pip install dbt-llm-agent"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from dbt llm agent?"
API Key Required
This server requires an API key from dbt llm agent. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| DBT_LLM_AGENT_API_KEY | Yes | Your dbt llm agent API key |
"What resources are available in dbt llm agent?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in dbt llm agent"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in dbt llm agent 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.