vidin for Windsurf
io.github.teunlao/vidin
Turn a screen recording into agent-readable annotated keyframes. MCP server + CLI on ffmpeg.
client:Windsurf
transport:stdio
runtime:npm
Install vidin in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"vidin": {
"command": "npx",
"args": [
"-y",
"@teunlao/vidin"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs