video analyzer for Cursor
io.github.brightwayai/video-analyzer
Analyze videos: extract frames, transcribe audio, generate storyboard breakdowns.
client:Cursor
transport:stdio
runtime:pypi
Install video analyzer in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"video-analyzer": {
"type": "stdio",
"command": "uvx",
"args": [
"video-analyzer-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs