MCP server that gives an AI assistant eyes for video, via the vidgrid render API.
Project description
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).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vidgrid_mcp-0.1.0.tar.gz.
File metadata
- Download URL: vidgrid_mcp-0.1.0.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6377943fc6b425e3c213b979b56d0d2271601134df276b19a32ee456aeccc4ff
|
|
| MD5 |
9cb153b69381f21dda2950e5573f6757
|
|
| BLAKE2b-256 |
a47d5d9eacda7083a9f8ed49b8bf04e559485c35ecc64261aee8fc86bf2e1544
|
File details
Details for the file vidgrid_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vidgrid_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c347d282004143fd1fd352e4eea3fafdbbf09163ecb72d4ca1d1baf77a0afcc6
|
|
| MD5 |
7e3709fc76c79f1fe329f07d307d0453
|
|
| BLAKE2b-256 |
7034a047fcfa0c681645526a18d66a2e99490d230a053665e1628f962a841c8d
|