Video URL Analyzer for Zed
io.github.u2n4/video-url-analyzer-mcp
Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction
client:Zed
transport:stdio
runtime:pypi
Install Video URL Analyzer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"video-url-analyzer-mcp": {
"command": "uvx",
"args": [
"video-url-analyzer-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs