loading…
Search for a command to run...
loading…
A Model Context Protocol server that gives GitHub Copilot the ability to understand and analyze video content
A Model Context Protocol server that gives GitHub Copilot the ability to understand and analyze video content
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"video-context-mcp-server": {
"command": "npx",
"args": [
"-y",
"video-context-mcp-server"
]
}
}
}