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

Rukuzu: Porting a 200,000 Line C++ Graph Database to Rust with Systematic Testing
The Rukuzu project describes a workflow for porting the 200,000-line C++ kuzu embedded graph database to Rust, using a Claude Code custom command to maintain both versions simultaneously and verify correctness through 2,700+ tests.

Context Mode: An MCP Server That Compresses Tool Outputs for Claude Code
Context Mode is an MCP server that sits between Claude Code and tool outputs, processing them in sandboxes and returning only summaries. It reduces 315 KB of MCP output to 5.4 KB, extending session time before slowdown from ~30 minutes to ~3 hours.

MonClaw: A Minimal OpenClaw Implementation Using OpenCode SDK
A lightweight alternative to OpenClaw built on the OpenCode SDK, featuring Telegram and WhatsApp support.

Radicle 1.8.0 Released: Decentralized Peer-to-Peer Code Forge Built on Git
Radicle 1.8.0 ships a sovereign, peer-to-peer code forge on Git with CLI, web UI, and desktop client. Repos replicate across peers using NoiseXK and a custom gossip protocol – no central server.