video-vision-mcp
An MCP server that gives Claude Code the ability to analyze any video — a local file or a URL — through one set of tools.
Claude can't watch video natively (only text + the first frame of an image). This server converts a video into sampled frame images + an audio transcript, or — when a Gemini key is present — a native Gemini analysis of the whole video.
It is standalone: give it a ready video (a local path or a direct URL) and it
does the rest. It does not connect to Jira/Slack/etc. If a video lives behind an
integration, fetch it with that integration first (download to a file or get a
direct URL), then hand the file_path or url to this server.
Scenario: a Jira bug ticket has only a screen-recording, no text. Your Jira MCP downloads the attachment to a temp file →
analyze_video file_path=/tmp/bug.mp4→ you see the frames + transcript (or Gemini's analysis) and can reason about the bug.
Three backend tiers (auto-selected)
| Tier | Needs | What it does |
|---|---|---|
| 1 — local (default) | nothing | ffmpeg frames + whisper.cpp transcript. Free, fully local, always works. |
| 2 — cloud ASR | OPENAI_API_KEY or GROQ_API_KEY |
Local frames, but transcription via OpenAI Whisper / Groq for higher quality. |
| 3 — native Gemini | GEMINI_API_KEY |
Gemini ingests the whole video (visual + audio) in one call, with MM:SS timestamps. Default when the key is set. |
Precedence: Gemini > OpenAI > Groq > local. Set VIDEO_MCP_DISABLE_GEMINI=true
to force tiers 1/2 even with a Gemini key. The backend used is named in every result.
Privacy: tier 1 never uploads anything. Tiers 2/3 print a one-time notice in the session the first time video content is sent to a third party.
Tools
analyze_video— frames + transcript + metadata (the main tool).get_video_transcript_only— transcript text only.extract_frames_at— frames at specific timestamps ("00:42","1:05",12.5).list_recent_analyses— cached analyses + backend used.compare_backends— same video via tier 1 and tier 3 side by side.
Install
Requires Python ≥ 3.10. A single install pulls everything — backends, plus the ffmpeg and whisper.cpp dependencies. Nothing is ever installed globally on your machine (no brew/apt/winget, no sudo).
Use it (recommended)
With uv you don't install it explicitly — uvx runs
the published package on demand (see Register in Claude Code).
To install into an environment instead:
uv pip install video-vision-mcp # or: pip install video-vision-mcp
From source (development)
git clone https://github.com/KitDevUA/video-vision-mcp.git
cd video-vision-mcp
uv venv && source .venv/bin/activate
uv pip install -e ".[dev]" # all backends bundled
Dependencies — fully self-contained
- ffmpeg / ffprobe: if they are already on your
PATH, those system binaries are used. Otherwise the bundledstatic-ffmpegpackage supplies them (fetched once into its own local cache — never a system-wide install). - whisper.cpp (tier 1 transcription): shipped as the bundled
pywhispercppbinding (prebuilt wheels; builds from source only if no wheel exists for your platform/Python). Awhisper-clialready onPATHis used if present. - whisper model: the ggml model (
baseby default) downloads from Hugging Face into the cache on first transcription. Override withVIDEO_MCP_WHISPER_MODEL(tiny/base/small/medium/large-v3) orVIDEO_MCP_WHISPER_MODEL_PATH. - cloud-only: set
OPENAI_API_KEY/GROQ_API_KEY(tier 2) orGEMINI_API_KEY(tier 3); whisper.cpp is then never invoked.
Configure
cp env.example .env
# edit .env — nothing is required for tier 1
See env.example for every variable — all optional (API keys and tuning). Tier 1
needs none.
Register in Claude Code
Add to your project .mcp.json (or global config) — see .mcp.json.example:
{
"mcpServers": {
"video-vision": {
"command": "uvx",
"args": ["video-vision-mcp"],
"env": { "VIDEO_MCP_ENV": "/abs/path/to/.env" }
}
}
}
uvx downloads and runs the published package automatically — no manual install
step. VIDEO_MCP_ENV is optional (tier 1 needs no keys); point it at your .env
if you use the cloud backends. For local development against a checkout, use
"args": ["--from", "/abs/path/to/video-vision-mcp", "video-vision-mcp"] instead.
Restart Claude Code; the video-vision tools then appear.
Cache
Results are cached at ~/.cache/video-vision-mcp/ keyed by (file hash,
backend) — re-analyzing the same video is instant, and switching backends
keeps each result separately. Downloaded URLs and whisper models live under the
same dir. Override with VIDEO_MCP_CACHE_DIR.
Using it with an integration (e.g. Jira, Slack)
This server is deliberately standalone — it never talks to Jira, Slack, or any other service. When a video lives behind an integration, let that integration's MCP fetch it, then pass the result here:
- The integration MCP downloads the attachment to a local file (or gives a
direct, publicly reachable URL — an authenticated API URL won't work with
url). - Call
analyze_video file_path=<downloaded file>(orurl=<direct link>).
This keeps auth and service-specific logic where it belongs, and lets one video tool serve every source.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file video_vision_mcp-0.2.0.tar.gz.
File metadata
- Download URL: video_vision_mcp-0.2.0.tar.gz
- Upload date:
- Size: 156.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e2eee69642c14424edf54c67ccf1e4de5db23239728bc4dcaa1a49460ad609
|
|
| MD5 |
4fc79c4718f8666743273f8f7b3a2831
|
|
| BLAKE2b-256 |
b68f604325f655ee1d00b51c03666a6e5635a062f0f4df8ed352647f7fee2829
|
Provenance
The following attestation bundles were made for video_vision_mcp-0.2.0.tar.gz:
Publisher:
publish.yml on KitDevUA/video-vision-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
video_vision_mcp-0.2.0.tar.gz -
Subject digest:
88e2eee69642c14424edf54c67ccf1e4de5db23239728bc4dcaa1a49460ad609 - Sigstore transparency entry: 2044635690
- Sigstore integration time:
-
Permalink:
KitDevUA/video-vision-mcp@d530b26a6154c28df83a4ce3566b3c454aad4f11 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/KitDevUA
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d530b26a6154c28df83a4ce3566b3c454aad4f11 -
Trigger Event:
release
-
Statement type:
File details
Details for the file video_vision_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: video_vision_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 26.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b76910a8d0c2cca8f261c1668cc392eb7b4aa4d1dc7947ff166d28bdf9bcc71
|
|
| MD5 |
6c3ad8788c7f6143d8a15a52ac5cee0e
|
|
| BLAKE2b-256 |
52bc3b1ce22467ecbc6a715da320ec826c4c9d4721df12839d16dc6c749de953
|
Provenance
The following attestation bundles were made for video_vision_mcp-0.2.0-py3-none-any.whl:
Publisher:
publish.yml on KitDevUA/video-vision-mcp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
video_vision_mcp-0.2.0-py3-none-any.whl -
Subject digest:
9b76910a8d0c2cca8f261c1668cc392eb7b4aa4d1dc7947ff166d28bdf9bcc71 - Sigstore transparency entry: 2044635764
- Sigstore integration time:
-
Permalink:
KitDevUA/video-vision-mcp@d530b26a6154c28df83a4ce3566b3c454aad4f11 -
Branch / Tag:
refs/tags/v0.2.0 - Owner: https://github.com/KitDevUA
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@d530b26a6154c28df83a4ce3566b3c454aad4f11 -
Trigger Event:
release
-
Statement type: