69
/ 100
1 month ago
glama

video-vision-mcp

An MCP server enabling Claude Code to analyze any video (local file, URL, or Jira ticket attachment) by extracting frame images and audio transcripts, or using Gemini for native video analysis.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 5 credentials: JIRA_API_TOKEN, OPENAI_API_KEY, GROQ_API_KEY, GEMINI_API_KEY, GOOGLE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configVIDEO_MCP_ENV"env": { "": "/abs/path/to/.env" }
configVIDEO_MCP_CACHE_DIRunder the same dir. Override with .
configJIRA_URLso Jira creds ( / JIRA_USERNAME / JIRA_API_TOKEN) can be shared.
configJIRA_USERNAMEso Jira creds (JIRA_URL / / JIRA_API_TOKEN) can be shared.
🔐 secretJIRA_API_TOKENso Jira creds (JIRA_URL / JIRA_USERNAME / ) can be shared.
🔐 secretOPENAI_API_KEY2 — cloud ASR or GROQ_API_KEY Local frames, but transcription via OpenAI Whisper / Groq for higher quality.
🔐 secretGROQ_API_KEY2 — cloud ASR OPENAI_API_KEY or Local frames, but transcription via OpenAI Whisper / Groq for higher quality.
🔐 secretGEMINI_API_KEY3 — native Gemini Gemini ingests the whole video (visual + audio) in one call, with MM:SS timestamps. Default when the key is set.
🔐 secretGOOGLE_API_KEY
configVIDEO_MCP_WHISPER_MODEL(tiny/base/small/medium/large-v3) or
configVIDEO_MCP_WHISPER_MODEL_PATH
configVIDEO_MCP_GEMINI_MODEL
configVIDEO_MCP_DISABLE_GEMINIPrecedence: Gemini > OpenAI > Groq > local. Set =true
configVIDEO_MCP_MAX_FRAMES
configVIDEO_MCP_MIN_FRAMES
configVIDEO_MCP_FRAME_MAX_PX
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kitdevua-video-vision-mcp-skm245)](https://m8ven.ai/mcp/kitdevua-video-vision-mcp-skm245)
commit: b5beab5ae0bd46506cef994599e3bf531206d37e
code hash: d92913276eabe7dd0191ca898e280fb63114b85c5eae197d7e66f4ad6e9607eb
verified: 7/1/2026, 9:58:38 AM
view raw JSON →