Skip to content
VS Code

vidin for VS Code

io.github.teunlao/vidin

Turn a screen recording into agent-readable annotated keyframes. MCP server + CLI on ffmpeg.

client:VS Code transport:stdio runtime:npm

Install vidin in VS Code

.vscode/mcp.json

{
  "servers": {
    "vidin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@teunlao/vidin"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vidin in other clients