Video Extract for Zed
com.yanlinglabs/video-extract-mcp
Download any video from a URL, or get its transcript and key frames. All local, no API keys.
client:Zed
transport:stdio
runtime:npm
Install Video Extract in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"video-extract-mcp": {
"command": "npx",
"args": [
"-y",
"@yanlinglabs/video-extract-mcp"
],
"env": {
"VIDEO_EXTRACT_COOKIES_FROM_BROWSER": "<VIDEO_EXTRACT_COOKIES_FROM_BROWSER>",
"VIDEO_EXTRACT_MODELS_DIR": "<VIDEO_EXTRACT_MODELS_DIR>",
"VIDEO_EXTRACT_MAX_CONCURRENCY": "<VIDEO_EXTRACT_MAX_CONCURRENCY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs