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.
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/danusiojr/mcp-video-vision'
If you have feedback or need assistance with the MCP directory API, please join our Discord server