ai-engineering-from-scratch (MCP Server)

GitHub

Learn it. Build it. Ship it for others.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "ai-engineering-from-scratch": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ai-engineering-from-scratch"
      ]
    }
  }
}