Vidgrid — eyes for video for Claude Desktop
io.github.pawvej/vidgrid
Give an AI agent eyes for video: turn a clip into a numbered frame grid + transcript.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Vidgrid — eyes for video in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"vidgrid": {
"command": "uvx",
"args": [
"vidgrid-mcp"
],
"env": {
"VIDGRID_API_KEY": "<VIDGRID_API_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs