Skip to content

Getting Started

Video Context MCP is an MCP server that gives AI coding assistants — GitHub Copilot, Cursor, and Claude Code — the ability to understand and analyze video content.

Watch the demo →
Tutorials playlist →

  • Node.js 20+ — Required to run the server (download)
  • A supported MCP client — VS Code + GitHub Copilot Chat, Cursor, or Claude Code
  • At least one video and one audio API key — See Video Providers and Audio Providers for options; several have free tiers with no credit card required

Install the package globally via npm:

Terminal window
npm install -g video-context-mcp-server
Terminal window
# Check the installed version
npm ls -g video-context-mcp-server
# Check if an update is available
npm outdated -g video-context-mcp-server
# Update to the latest version
npm install -g video-context-mcp-server@latest
FormatExample
Local file path./demo.mp4, /home/user/recordings/clip.mp4
Windows pathC:\Users\alice\Videos\demo.mp4
file:// URIfile:///home/user/videos/clip.mp4
Remote HTTP/S URLhttps://example.com/video.mp4
YouTube URLhttps://www.youtube.com/watch?v=abc123
Other platformsVimeo, TikTok, Bilibili, etc. — requires Pro

Once installed, configure your MCP client to connect to the server: