Spectr: An MCP That Writes App Specs from Screen Recordings for Pixel-Perfect Claude Clones

u/thanpolas' post "the trick was the spec, not the prompts" hit home for many developers using Claude to clone iOS apps. The bottleneck wasn't prompting — it was describing the UI. Each screen required ~30 minutes of prose, and Claude would still get it wrong, requiring three iterations per screen.
Enter Spectr — an MCP (Model Context Protocol) tool that takes any .mp4 or .mov recording of an iOS app and outputs a spec.md automatically. The Vision processing runs through your Claude subscription (no separate API key needed). Each recording takes 5–10 minutes to process.
What the Spec Contains
The generated spec is a 7-section document covering:
- Exact hex color codes
- Exact font weights
- Exact spacing values
- Every screen state
- Every transition
- Component inventory
- Navigation graph
This level of detail is precise enough that Claude's /goal mode can produce a pixel-perfect clone unattended.
Three Install Surfaces
Spectr ships as:
- MCP server — works in Claude Code, Claude Desktop, and any MCP-compatible host
- CLI — run
spectr ./recording.mp4 ./spec.md - Claude Code skill — triggered with natural language, no command memorization
The project is by u/Working-Middle2582. A gallery of real specs produced from real iOS apps is available at spectr.to/gallery. The author is asking for honest feedback — no hype, just roast it.
This is a practical solution for anyone who's tired of spending hours manually documenting UI specs for AI coding agents. If you've been cloning apps with Claude, the spec, not the prompt, was likely your bottleneck.
📖 Read the full source: r/ClaudeAI
👀 See Also

Leanstral: Open-Source Code Agent for Lean 4 and Formal Proof Engineering
Mistral AI released Leanstral, the first open-source code agent designed for Lean 4, with 6B active parameters and Apache 2.0 licensing. Benchmarks show it outperforms larger open-source models and offers competitive performance to Claude at significantly lower cost.

Developer Builds GALA Programming Language with Claude Code, Notes Strong Typing Improves AI-Generated Code Reliability
A developer built GALA, a functional programming language that transpiles to Go, using Claude Code extensively. The language features sealed types, exhaustive pattern matching, immutability by default, and monads, with Claude helping implement type inference, pattern-matching transformers, and fixing over 40 bugs.

Ultimate Unreal Engine MCP: Claude Code Can Now Build and Verify Unreal Engine Levels with 132 Tools
Open-source MCP server exposes 132 tools across 26 domains, letting Claude spawn actors, set UPROPERTY values, take viewport screenshots, navigate cameras, and self-correct after mutations.

Claude Toolbox extension adds message-level bookmarks and full-text search
Claude Toolbox is a Chrome extension that lets you bookmark individual messages, full-text search across conversations, and export as TXT or JSON. Free tier covers 2 conversations; paid at $5/month or $49 lifetime.