AI / ML|Development|ProductivityPython
ai-engineering-from-scratch
A comprehensive course that teaches AI engineering from scratch, enabling users to build and ship AI tools.
N/A rating (0 reviews)0 installs1,948 GitHub stars
AIEngineeringEducation
This course offers over 260 lessons across 20 phases, covering a wide range of topics from linear algebra to autonomous agent swarms. It emphasizes hands-on learning with multiple programming languages, allowing students to create reusable AI tools and applications.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"ai-engineering-from-scratch": {
"args": [
"mcp-server-ai-engineering-from-scratch"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.