mcp-video-vision
Provides video analysis capabilities such as extracting frames, detecting scenes, and retrieving video metadata using ffmpeg and ffprobe.
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., "@mcp-video-visionextract frames from /footage/demo.mp4 every 2 seconds"
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.
mcp-video-vision
MCP server em TypeScript que dá ao Claude a capacidade de "ver" vídeos — extraindo frames e detectando cenas — para uso como ferramenta de edição assistida por IA.
O que faz
Registrado no Claude Code via transporte stdio, expõe ferramentas que permitem ao assistente analisar vídeos sem precisar scrubbar a timeline manualmente.
Related MCP server: mcp-video
Tools disponíveis
Tool | Descrição |
| Metadata do vídeo (duração, fps, resolução, codec) via ffprobe |
| Extrai frames por fps fixo ou automático, com controle de resolução e formato |
| Detecta cortes de cena via ffmpeg com threshold ajustável |
| Extrai 1 frame de um timestamp exato |
| Tool principal: detecta cenas, mescla cortes curtos, extrai 1 frame representativo por plano e devolve log navegável com timecodes |
Requisitos
Node.js 18+
ffmpeg instalado e no PATH (inclui ffprobe)
Instalação
git clone https://github.com/danusiojr/mcp-video-vision
cd mcp-video-vision
npm install
npm run buildRegistrar no Claude Code
Adicione ao seu claude_desktop_config.json:
{
"mcpServers": {
"video-vision": {
"command": "node",
"args": ["/caminho/para/mcp-video-vision/dist/index.js"]
}
}
}Uso
Com o server registrado, use no Claude Code:
"analise o vídeo em /footage/EP011.mp4 e me dê a decupagem completa"
"quais cenas têm mais de 10 segundos nesse clipe?"
"extraia o frame do minuto 2:34 desse vídeo"
Stack
TypeScript · @modelcontextprotocol/sdk · ffmpeg/ffprobe · Node.js
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
FlicenseNot gradedqualityDmaintenanceMCP server enabling video analysis via scene detection, audio transcription, visual description, and stylistic fingerprinting, with tools for full pipeline execution and storyboard generation.- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables LLMs to analyze video content by extracting frames as base64 images and retrieving video metadata using ffmpeg.12MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that uses Google's Gemini API to analyze videos and convert them to text descriptions that Claude Code can understand and act upon.19MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server for comprehensive video analysis — AI-powered transcription, visual frame analysis, and metadata extraction from 1000+ platforms.1MIT
Related MCP Connectors
MCP server for Wan AI video generation
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server for Google Veo AI video generation
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/danusiojr/mcp-video-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server