dbt-llm-analytics

ryantthomas/dbt-llm-analytics
★ 0 stars Python Data/Analytics Updated today
Learn dbt with real NPS biodiversity data, then add an MCP server to query it with Claude
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dbt-llm-analytics": {
      "command": "uvx",
      "args": [
        "dbt-llm-analytics"
      ]
    }
  }
}

Or install with pip: pip install dbt-llm-analytics

README Excerpt

Learn dbt on real data, then give it a natural-language interface with Claude. This is a hands-on tutorial. You build a tested dbt project on real National Park Service biodiversity data (5,824 species, 23,296 observations across 4 national parks), then connect it to Claude so you can ask questions in plain English and get real answers back.

Topics

analytics-engineeringdbtduckdbmcptutorial
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →