video analyzer for VS Code
io.github.brightwayai/video-analyzer
Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.
client:VS Code
transport:stdio
runtime:pypi
Install video analyzer in VS Code
.vscode/mcp.json
{
"servers": {
"video-analyzer": {
"type": "stdio",
"command": "uvx",
"args": [
"video-analyzer-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs