NarrateAI MCP Server Demo Shows Claude Adding Voiceover to Videos

NarrateAI MCP Server Demo in Claude
A live demonstration was recorded showing the NarrateAI MCP server working inside Claude. The demo itself was narrated using NarrateAI.
How It Works
The workflow is straightforward: you type a video URL into Claude. Claude then calls the MCP tool and waits for the job to complete. The process takes 3-5 minutes, with Claude polling for status every 60 seconds. When finished, Claude returns a fully narrated video. No separate UI or manual uploading is required.
The demo revealed that Claude is capable of watching a silent screen recording, understanding what's happening in the video, and writing narration that matches the on-screen action. This effectively gives Claude voiceover capabilities.
Technical Notes
The async functionality was tested and held up as expected. The creator noted being pleasantly surprised by this result.
Connection Methods
There are three ways to connect to the NarrateAI MCP server:
- Through Claude.ai settings
- Via Cursor or VS Code using stdio
- Through Smithery
Complete setup instructions are available at narrateai.app/mcp. A free tier is included.
📖 Read the full source: r/ClaudeAI
👀 See Also

Throttle Meter: Open-Source Claude Code Usage Meter for macOS
Open-source macOS menu bar app that reads local Claude Code logs to show real-time 5-hour and weekly usage, with threshold notifications and token-saving hooks. Also has a €19 commercial sibling with Exact mode (reads claude.ai's internal API via Safari).

10.33 t/s on Qwen 3.5 35B with a $300 Laptop: Full Optimization Breakdown
A developer achieves 10.33 t/s on Qwen 3.5 35B Q4_K_S on a Lenovo Ideapad Slim 3i ($300) using ik_llama.cpp, core pinning, MTP speculative decoding, and BIOS performance tuning.

Claude Code user builds nvm plugin to capture problem-solving context
A developer created a Claude plugin called nvm (non-volatile memory) that converts Claude session history into markdown cards documenting problem-solving decisions and reusable insights. The tool addresses the issue of losing track of how problems were solved when using AI coding assistants.

Reverse-engineered Claude Code SDK released in four languages
A developer has reverse-engineered Claude Code and created single-file SDKs in Node.js, Python, Go, and Rust with zero dependencies. The tools provide full agent loop with streaming and tool use while using existing Claude Pro/Max subscriptions.