Vidgrid — eyes for video for Cline
io.github.pawvej/vidgrid
Give an AI agent eyes for video: turn a clip into a numbered frame grid + transcript.
client:Cline
transport:stdio
runtime:pypi
Install Vidgrid — eyes for video in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vidgrid": {
"command": "uvx",
"args": [
"vidgrid-mcp"
],
"env": {
"VIDGRID_API_KEY": "<VIDGRID_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs