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: local-video-scenes-mcp
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.
Latest Blog Posts
- 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