The argument in one line.
Wiring a generative media platform to Claude via MCP collapses a multi-tool production workflow into a single agent session that plans, generates assets, and ships a finished website without switching apps.
Read if. Skip if.
- You already use Claude Code and want to add AI media generation to the same pipeline rather than juggling separate tools.
- You want a concrete end-to-end example of MCP in a real project context, not a hello-world demo.
- You are building a product or brand landing page and want scroll-driven video motion without a no-code page-builder.
- You want to understand how to use a project skill file to keep a multi-stage Claude session on spec.
- You need a multi-page production site — this demo produces a single cinematic landing page.
- You are not interested in paid AI media tools; Higgsfield credits are consumed for every image and video generated.
The full version, fast.
A four-stage pipeline runs entirely inside Claude: a detailed project skill file anchors the brand spec; Claude orchestrates Higgsfield MCP to produce seven product images and a cinematic background video; Claude Code switches to Fable 5 to build the Vite/React front end with GSAP scroll scrubbing; then Claude verifies the result in the browser. The core technical insight is that the background video is controlled frame-by-frame via scroll position rather than autoplaying, which is what gives the site a premium feel over a static landing page.
Chat with this breakdown — free.
Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.
Create a free account →Where the time goes.

01 · Hook + pipeline overview
Finished website shown first, then the seven-job pipeline laid out: plan, organize, generate images, generate video, prepare scroll scrubbing, build front end, verify result.

02 · Higgsfield MCP connection
Step-by-step: open MCP section in Higgsfield, copy the MCP URL, add a custom connector in Claude Desktop, authorize, confirm with a balance check. Notes the /model claude-fable-5 command for users who don't see it in Claude Code yet.

03 · Workspace setup + skill file
Loads a project skill file into Claude Code using Opus 4.8 for cheap setup work. Claude creates folder structure and planning files: brand kit, asset plan, image prompts, video prompt, website brief.

04 · Image generation via Higgsfield MCP
Claude generates seven images in dependency order: hero burger first, then exploded-layers using hero as reference, then ingredient detail and four catalog burgers. Consistent dark premium food advertising style.

05 · Background video generation
Seedance 2.0 via Higgsfield generates the scroll-scrub background video: burger assembles with cinematic camera movement, then layers separate vertically in the second half.

06 · Website build with Fable 5
Switches to Fable 5. Vite + React + GSAP + Lenis + ScrollTrigger. Scroll scrubbing wired via video.currentTime = scrollProgress * video.duration. Fable 5 also autonomously generates supporting images and removes backgrounds.

07 · Result walkthrough + CTA
Live browser demo: hero section, exploded ingredient story, product cards (Four experiments. All approved.), ordering panel, CTA. Host notes the premium food campaign feel vs. generic restaurant template.
Lines worth screenshotting.
- A project skill file loaded before any Claude session starts is what keeps a six-stage pipeline aligned to the same spec without re-prompting at every stage.
- MCP connectors eliminate the manual file-transfer step between generate-here and use-there — Claude calls the API directly and the assets land in the project folder.
- Use a cheaper model (Opus 4.8) for setup and organization tasks, then switch to the most capable model only when the work becomes computationally demanding.
- Scroll-scrub a background video by setting video.currentTime = scrollProgress * video.duration inside a ScrollTrigger callback — the video becomes interactive content, not passive decoration.
- Generate dependent assets in dependency order: produce the hero image first, then pass it as a reference for all derivative assets so visual identity carries through without re-prompting for consistency.
- Claude Fable 5 went beyond its spec during the build — it autonomously generated supporting images and removed backgrounds from assets where the layout needed them.
- Higgsfield MCP consolidates image generation (GPT Image 2), video generation (Seedance 2.0), and asset organization into one platform callable from inside Claude.
- The scroll-controlled video is what separates this from a static landing page — the premium feel comes from interactivity, not from the quality of the imagery alone.
- A fictional brand project is a valid benchmark for an AI model: it demands brand coherence, technical correctness, and multi-step planning simultaneously.
- If Claude Fable 5 does not appear in Claude Code's model list on first launch, use /model claude-fable-5 to force the switch.
The skill file is what keeps multi-stage Claude sessions on spec.
A project production guide loaded into Claude before any work begins is what prevents drift across six sequential tasks — without it, every stage requires manual re-prompting to stay aligned.
- Write a project skill file before any multi-stage Claude Code session — brand direction, folder structure, asset names, prompts, tech stack, and a verification checklist in one markdown file.
- Assign models proportionally to task complexity: use a cheaper model (Opus 4.8) for setup and file organization, then switch to the most capable model only when the work becomes demanding.
- Scroll-scrub a background video by setting video.currentTime = scrollProgress * video.duration inside a ScrollTrigger callback — the video becomes interactive content rather than passive decoration.
- Generate dependent visual assets in dependency order: define the hero image first, then use it as a reference for all derivative assets so visual identity carries through without re-prompting for consistency.
- MCP connectors eliminate the manual file-transfer gap between AI media generation and code use — Claude calls the API, the assets land in the project folder, and the build proceeds without switching tools.
Terms worth knowing.
- MCP (Model Context Protocol)
- A protocol that lets Claude make calls to external tools and APIs during a session. Instead of Claude only generating text, MCP connectors allow it to trigger real actions — generating images, fetching data, writing files — inside external platforms.
- Higgsfield MCP
- An MCP connector for Higgsfield, an AI creative platform, that lets Claude generate images and videos via Higgsfield's tools (including GPT Image 2 and Seedance 2.0) directly from inside a Claude session.
- Scroll scrubbing
- A technique where a video's playback position is driven by the user's scroll position rather than time. As the user scrolls down, the video advances; scrolling up rewinds it. Implemented here via ScrollTrigger and video.currentTime.
- Skill file
- A project-specific markdown document used as a persistent production guide inside Claude Code. It encodes brand direction, folder structure, asset lists, prompts, tech stack, and verification criteria so all stages of a multi-step session stay aligned.
- Seedance 2.0
- A video generation model available through Higgsfield, used here to produce the cinematic background video. The host refers to it as Cdance 2.0 in the transcript.
- Lenis
- A smooth-scroll library for the web that normalizes scroll behavior across browsers, used here in combination with GSAP and ScrollTrigger to drive the scroll-scrubbed video effect.
Things they pointed at.
Lines you could clip.
“Claude is not only writing a few React components — it has to plan the project, organize the files, generate the assets, prepare the video for scroll scrubbing, build the front end, wire the motion system, and then verify that the final website actually works.”
“Fable 5 did more than just assemble the page. It also generated a few extra supporting images where the layout needed them, and it removed backgrounds from some assets.”
Word for word.
Don't just watch it. Burn it in.
See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.
The bait, then the rug-pull.
The finished BurgerLab website appears on screen before a single line of code is explained — scroll-driven cinematic motion, dark premium aesthetics, product cards that feel like a food campaign. Then the host rewinds: this is what one Claude session produced when given a skill file, an MCP connection to a generative media platform, and a clear spec.
Named ideas worth stealing.
Four-Stage Agentic Production Pipeline
- Skill file / spec
- Workspace setup (cheap model)
- Asset generation via MCP (capable model)
- Front-end build + verification (most capable model)
A structured sequence for multi-stage Claude Code sessions that keeps costs proportional to task complexity and spec coherence high across stages.
How they asked for the click.
“If you found it useful, leave a like, subscribe to the channel, and let me know in the comments what kind of AI website or creative workflow you want me to build next.”
Standard YouTube close; preceded by a link drop for Higgsfield MCP. Clean and brief.









































































