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

Klaw.sh: Kubernetes-Style Orchestration for AI Agents
Klaw.sh provides an orchestration solution for AI agent deployment, modeled on Kubernetes. It simplifies management with clusters, namespaces, and channels, achieving memory reduction by rewriting from Node.js to Go.

VidLens MCP Server: Persistent YouTube Knowledge Base for Claude
VidLens is a free, open-source MCP server that indexes YouTube content locally with semantic embeddings, treating videos as a persistent knowledge base rather than extracting temporary transcripts. It provides 41 tools across 10 modules for searching, analyzing, and retrieving video content.

DocMason: Local Agent Knowledge Base for Complex Office Files
DocMason is a repo-native agent app that builds local knowledge bases from complex office documents like PPTX, DOCX, Excel, and PDFs. It runs entirely within Codex or Claude Code, maintaining document structure and providing traceable answers with provenance.

agent-recall: Local SQLite MCP for Persistent Claude Code Memory
agent-recall is an MCP server that gives Claude Code persistent memory across sessions using a local SQLite file. It provides 9 MCP tools for saving entities, relationships, and observations, with LLM-summarized briefings at session start instead of raw data dumps.