data-engineering-zoomcamp

GitHub

Data Engineering Zoomcamp is a free 9-week course on building production-ready data pipelines. The next cohort starts in January 2026. Join the course here ๐Ÿ‘‡๐Ÿผ

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "data-engineering-zoomcamp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-data-engineering-zoomcamp"
      ]
    }
  }
}