Skip to content
Cursor

vidin for Cursor

io.github.teunlao/vidin

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

client:Cursor transport:stdio runtime:npm

Install vidin in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vidin in other clients