MCP server for VidContext — Give your AI agent eyes
Project description
VidContext MCP Server
Give your AI agent eyes. Analyze any video directly from Claude Desktop, Cursor, or Claude Code.
VidContext processes video files and returns detailed text descriptions or expert analysis scored across 7 proprietary frameworks — letting any AI model understand video content.
Quick Start
1. Install
pip install vidcontext-mcp
Or with uv (recommended):
uv pip install vidcontext-mcp
2. Get Your API Key
- Sign up at vidcontext.com
- Purchase a credit pack (required for API access)
- Go to Developer Settings
- Create an API key — save it, it's shown only once
3. Configure Your AI Tool
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"vidcontext": {
"command": "vidcontext-mcp",
"env": {
"VIDCONTEXT_API_KEY": "vc_your_api_key_here"
}
}
}
}
Restart Claude Desktop. You'll see a hammer icon in the chat input showing VidContext tools.
Cursor
Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for global):
{
"mcpServers": {
"vidcontext": {
"command": "vidcontext-mcp",
"env": {
"VIDCONTEXT_API_KEY": "vc_your_api_key_here"
}
}
}
}
Claude Code
claude mcp add vidcontext -- vidcontext-mcp
Then set your API key as an environment variable:
export VIDCONTEXT_API_KEY="vc_your_api_key_here"
Available Tools
analyze_video
The main tool. Upload a video file or URL, get back a complete text analysis.
Parameters:
file_path(required): Local file path or URL to a videooutput_format(optional):"context"(default) or"analysis"
Modes:
- Context mode — Detailed scene-by-scene description with timestamps, transcript, visual elements, audio, and on-screen text. Perfect for giving any AI model "eyes" to understand video content.
- Analysis mode — Expert analysis scored across 7 proprietary frameworks: Hook, Retention, Scripting, CTA, Editing, Performance, and Platform Optimization. Built from a corpus of 2,000+ expert videos.
Example prompts:
- "Analyze the video at ~/Downloads/demo.mp4"
- "Give me an expert analysis of this video: /path/to/video.mov"
- "Describe what happens in https://example.com/video.mp4"
check_job_status
Check on a previous analysis job (useful if processing timed out on a long video).
Parameters:
job_id(required): The job ID from a previousanalyze_videocall
check_credits
See your current credit balance, tier, and usage limits.
get_account
View your account details, subscription status, and credit information.
Pricing
- 1 credit = 1 minute of video (rounded up)
- Credit packs: 10/$5, 50/$20, 250/$80
- Subscriptions: Starter $15/mo (40 credits), Pro $35/mo (100 credits), Business $69/mo (250 credits)
Supported Formats
MP4, MOV, AVI, MKV, WebM, M4V, FLV, WMV
Limits:
- Max file size: 500MB
- Max duration: 15 minutes
- Processing time: 30-180 seconds depending on length
Troubleshooting
"VIDCONTEXT_API_KEY not set" — Make sure your API key is in the env section of your MCP config.
"Insufficient credits" — Buy more at vidcontext.com.
"Invalid API key" — Double-check your key at Developer Settings. Keys start with vc_.
Tool not showing up — Restart Claude Desktop/Cursor after editing the config file.
Links
- Website: vidcontext.com
- Developer Settings: vidcontext.com/app/developer
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 vidcontext_mcp-0.1.1.tar.gz.
File metadata
- Download URL: vidcontext_mcp-0.1.1.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06e88b0f6e8c907f1661156b4ea8b8b133ededf056bcf19e9436f9802c086838
|
|
| MD5 |
309ea831b76204e5d694c7ccdcd2541a
|
|
| BLAKE2b-256 |
6685d5bd03a9ce338d4fdeaefb6ac78fb72588874be685aa4457692b20b7085e
|
File details
Details for the file vidcontext_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: vidcontext_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 8.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
233289cba3a3ccd50eecc016d185ee7be2f16b9a080dfe8abb9065b6e931ede1
|
|
| MD5 |
4675df51e9045c1b52a74389c6d56e23
|
|
| BLAKE2b-256 |
bf26113c4cd4ad5469ac41b77b7e9bd3a8f1cc6a4f98b14f58668aafdc208a78
|