Give your AI eyes and ears for video. MCP server for frame extraction, visual analysis, and audio transcription of any local or online video.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"video-vision-mcp": {
"command": "npx",
"args": [
"-y",
"OAMaestro/video-vision-mcp"
]
}
}
}
Run in terminal:
claude mcp add video-vision-mcp npx -y OAMaestro/video-vision-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"video-vision-mcp": {
"command": "npx",
"args": [
"-y",
"OAMaestro/video-vision-mcp"
]
}
}
}