Skip to content
Cursor

Vidgrid — eyes for video for Cursor

io.github.pawvej/vidgrid

Give an AI agent eyes for video: turn a clip into a numbered frame grid + transcript.

client:Cursor transport:stdio runtime:pypi

Install Vidgrid — eyes for video in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vidgrid": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vidgrid-mcp"
      ],
      "env": {
        "VIDGRID_API_KEY": "<VIDGRID_API_KEY>"
      }
    }
  }
}

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

Vidgrid — eyes for video in other clients