🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vidgrid-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vidgrid-mcp

MCP server that gives an AI assistant eyes for video, via the vidgrid render API.

pipPyPI
Version
0.1.0
Weekly downloads
45
Maintainers
1

vidgrid-mcp

MCP server that gives an AI assistant eyes for video. It wraps the vidgrid render API: hand it a local video file and it returns the numbered frame grid as image blocks (the model literally sees the video) plus the transcript.

Install & run

uvx vidgrid-mcp                        # zero-install (recommended)
# or: pip install vidgrid-mcp
export VIDGRID_API_KEY=vg_live_...     # get one at https://vidgrid.site/api
vidgrid-mcp

Add to Claude Code

claude mcp add vidgrid -e VIDGRID_API_KEY=vg_live_... -- uvx vidgrid-mcp

Tools

  • render_video(file_path, grid?, transcribe?) — upload a local video file (mp4/mov/webm, ≤5 min, ≤200 MB); returns the grid PNG(s) + transcript. Costs 1 credit; failed renders aren't charged. Does not fetch URLs — download a link to a file first.
  • check_balance() — remaining render credits for the configured key.

Env: VIDGRID_API_KEY (required), VIDGRID_API_BASE (default https://api.vidgrid.site).

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts