Reel
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Reeltranscribe ~/Movies/team-standup.mp4 with hints: Reel, utt"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Reel
An MCP server that turns a video into text, on this Mac.
Point it at any video ffmpeg can read. It extracts the sound, splits it on silence when the video is long, has utt transcribe each piece on-device, and hands the stitched transcript back to whichever assistant asked. Reel also appears as a settings page inside utt, listing the videos it has transcribed.
Requirements
ffmpeg and ffprobe (
brew install ffmpeg)utt, running
Related MCP server: ffmpeg-mcp
Install
bun install
just install-page # draw the settings page inside utt
just register # make the tools available to every Claude Code sessionTools
Tool | What it does |
|
|
|
|
hints are words a recogniser tends to get wrong — names, products, repos.
Near misses are corrected to them.
Settings, inside utt
Let assistants turn video into text — the switch that turns every request away.
Keep a list of the videos — what the page shows.
Save the words beside the video — leaves a
.txtnext to each file.
Common commands
Command | Description |
| Format, lint, typecheck, tests |
| Write the plugin manifest into utt |
| Add the MCP server to every Claude Code session |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
- RendobarOAuthcom.rendobar
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
FFmpeg as a service for AI agents: typed video editing tools, async jobs, downloadable outputs.
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
- mcpOAuthso.transcribe
Transcribe audio and video into speaker-labelled transcripts, subtitles, clips, and cited Q&A.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables downloading videos from platforms like YouTube and converting them to text using OpenAI Whisper and ffmpeg. It supports multiple output formats including TXT, JSON, SRT, and VTT for transcriptions.27ISC
- AlicenseAqualityDmaintenanceProvides video and audio manipulation tools powered by FFmpeg, enabling AI assistants to perform media operations such as cutting, converting, and removing silence.6432MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to download YouTube videos and transcribe them locally using OpenAI's Whisper speech recognition model.MIT
- FlicenseAqualityDmaintenanceEnables local media processing (video/audio) using FFmpeg and FFprobe, allowing frame extraction, audio conversion, and metadata retrieval through natural language.5-