Loading MCP server directory, please wait...
Give an AI agent eyes for video: turn a clip into a numbered frame grid + transcript.
npx @getmcp/cli add io.github.pawvej/vidgridRequires Python 3.10+. Community-contributed server. Review source before installing.
VIDGRID_API_KEYVidgrid API key (vg_live_...). Free starter credits at https://vidgrid.site/api
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.pawvej/vidgrid": {
"command": "uvx",
"args": [
"vidgrid-mcp"
],
"env": {
"VIDGRID_API_KEY": ""
}
}
}
}