Solo Dev Uses Claude + Blender MCP to Create App Store Video in 90 Minutes

A solo developer on r/ClaudeAI shared their experience using Anthropic's Claude with a Blender MCP server to produce a 10-second vertical launch video for their habit tracker app, Spira. The project took about 90 minutes of back-and-forth with the AI, including three full renders, and resulted in ~800 lines of Python automatically generated and executed inside Blender.
Workflow
- Setup: Connected the Blender MCP server to Claude, then described the desired shot: a floating phone in a Miyazaki-meets-Apple atmosphere, drifting dust motes, the app on screen, with a slow camera reveal ending on a flower close-up.
- Reference curation: Claude convened a "committee" of cinematographic references (Lubezki, Hokusai, James Cameron) before designing the shot. The user initially felt this was overengineering, but the final output justified it.
- Auto screen recording processing: The user provided an iPhone screen recording. Claude automatically cropped out the iOS recording bar using
ffmpegbefore mapping the video onto the 3D phone screen. - Iterative refinement: The first pass was too aggressive — "Fibonacci petal explosion + glowing roots, looked like a startup logo." The user prompted, "make it gentler, like a Miyazaki dream," yielding the final version.
Technical details
- Tools: Claude (likely Sonnet) + Blender MCP server, ffmpeg for auto-crop.
- Output: ~800 lines of Python written and executed in Blender, covering camera trajectory, emissive materials, volumetric fog, particle staggering — all controlled conversationally.
- Time: ~90 minutes total, three full renders.
Who this is for
Solo developers or small teams who need to produce promotional 3D visuals without spending a week on traditional 3D workflow, and are comfortable iterating with AI via chat.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reddit user measures MCP token overhead: 67K tokens consumed before any question
A developer measured their MCP server token overhead at 67,000 tokens consumed before typing a single question, with Playwright MCP using 13,600 tokens and GitHub MCP using 18,000 tokens idle. They replaced MCP with skills and CLI tools for lower context costs.

Kvaser: An Open-Source Local-First AI Orchestrator with Sub-Agent Routing and Wolfram Integration
Kvaser is a Man-in-the-Middle MCP proxy that orchestrates sub-agents with smart tool whitelisting, zero-embedding RAG via Kiwix, and Wolfram Engine integration for symbolic math. Built with Qwen 3.6 35B and sub-agent routing to different models/machines.

E2a: Open-Source Email Gateway for AI Agents with SPF/DKIM Verification and Webhook/WebSocket Delivery
E2a is an authenticated email gateway for AI agents that verifies SPF/DKIM on inbound mail, delivers via webhook or WebSocket, and supports outbound email with human-in-the-loop approval.

Local AI Agent Workflow Using OpenCode, FastMCP, and DeepSeek-r1
A developer shares their local AI agent setup using OpenCode with AGENTS.md files for deterministic system prompts, FastMCP for exposing local functions, and DeepSeek-r1 via Ollama for specific subagents like testing.