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
{
"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