Skip to content
VS Code

Video URL Analyzer for VS Code

io.github.u2n4/video-url-analyzer-mcp

Analyze YouTube/TikTok/Instagram videos: transcripts, AI insights, tutorial extraction

client:VS Code transport:stdio runtime:pypi

Install Video URL Analyzer in VS Code

.vscode/mcp.json

{
  "servers": {
    "video-url-analyzer-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "video-url-analyzer-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Video URL Analyzer in other clients