Video Context
Freeby MCP Community
A Model Context Protocol server that gives GitHub Copilot the ability to understand and analyze video content
v0.52.8-betaAdded Apr 12, 2026
mcpmodel-context-protocolvideovideo-analysisvideo-summarization
Video Context MCP Server
A Model Context Protocol server that gives GitHub Copilot the ability to understand and analyze video content
Installation
Reviews
Installation
Quick install
npx -y video-context-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"video-context": {
"command": "npx",
"args": ["-y", "video-context-mcp-server"]
}
}
}