reelmint-local-mcp
Allows downloading and analyzing Instagram reels locally, extracting keyframes and optional Whisper transcripts.
Allows downloading and analyzing TikTok videos locally, extracting keyframes and optional Whisper transcripts.
Allows downloading and analyzing YouTube videos (including Shorts) locally, extracting keyframes and optional Whisper transcripts.
Allows downloading and analyzing YouTube Shorts locally, extracting keyframes and optional Whisper transcripts.
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., "@reelmint-local-mcpDownload this Instagram reel and describe it."
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.
reelmint-local-mcp
A tiny local MCP server for Claude Desktop (and any MCP client) whose one job is to download a video on your own machine — Instagram reels, YouTube, TikTok, or any yt-dlp-supported URL — and hand back the saved file path (plus a few preview keyframes).
Because it runs on your computer (a residential IP, optionally with your logged-in browser cookies), it reaches content a server can't: platforms block datacenter IPs, so a cloud service either fails or has to pay a proxy to fetch the bytes. On your laptop, the download is free and just works.
It does only the download. Understanding the video, transcripts, and building anything from it are done by whatever MCP/tools you hand the file to.
Built for ReelMint but depends on nothing from it — works with any MCP client.
Tools
Tool | What it does |
| Download a video to a local file → returns the saved |
| Reports whether yt-dlp / ffmpeg are installed + the active cookie/save config. |
Related MCP server: mcp-multivision-server
Requirements
Python 3.10+
ffmpeg — for the preview keyframes. macOS:
brew install ffmpeg(downloads still work without it; you just won't get frames)
Install
git clone https://github.com/HiteshR90/reelmint-local-mcp.git
cd reelmint-local-mcp
python3 -m venv .venv
.venv/bin/pip install -U pip -r requirements.txt
# sanity check (expect ready: True)
.venv/bin/python -c "import server; print(server.status())"Connect to Claude Desktop
Add this to ~/Library/Application Support/Claude/claude_desktop_config.json
(merge into your existing mcpServers), using absolute paths, then fully quit
and reopen Claude Desktop:
{
"mcpServers": {
"reelmint-local": {
"command": "/absolute/path/to/reelmint-local-mcp/.venv/bin/python",
"args": ["/absolute/path/to/reelmint-local-mcp/server.py"],
"env": {
"IG_COOKIES_FROM_BROWSER": "chrome",
"IG_SAVE_DIR": "~/Downloads/reelmint-reels"
}
}
}
}Then just ask: "download_video this <url>" → you get the saved path (and a preview). Drag that file into your MCP client to do anything else with it.
Configuration (env)
Var | Default | Meaning |
|
| Browser to read cookies from ( |
|
| Where downloads are saved. |
|
| Hard cap on preview keyframes. |
Notes & limits
Private accounts need your browser cookies (
IG_COOKIES_FROM_BROWSER) and that you follow the account. Reading cookies may prompt for OS keychain access; some browsers must be closed first.Platforms fight scrapers; keep it fresh with
pip install -U yt-dlp.This is a client-side utility. You are responsible for complying with the terms of service of the sites you download from.
License
MIT — © 2026 Hitesh R (ReelMint).
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 Servers
- Flicense-qualityDmaintenanceBridges Claude and video content by extracting keyframes and transcribing audio, enabling Claude to analyze video files.Last updated
- AlicenseAqualityBmaintenanceProvides image and video analysis capabilities for LLMs, with local preprocessing (ffmpeg/OpenCV) and any OpenAI-compatible vision model for understanding and Q&A.Last updated4MIT
- AlicenseAqualityAmaintenanceLet AI agents watch videos: local transcripts, speaker labels, scenes, chapters and exact-moment search from any video URL or file. Fully local, no API keys.Last updated42AGPL 3.0
- Alicense-qualityDmaintenanceDownloads videos from 1000+ social media platforms and stores them in S3-compatible cloud storage, returning public URLs for videos, audio, transcripts, and thumbnails.Last updatedMIT
Related MCP Connectors
Turn a TikTok/Instagram/YouTube link into text for your AI: metadata, transcript and image OCR.
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
Multimodal video analysis MCP — transcription, vision, and OCR for any video URL.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HiteshR90/reelmint-local-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server