Skip to content
VS Code

claude real video for VS Code

io.github.huangchihhungleo/claude-real-video

Let any LLM watch a video locally — and search everything it has ever watched.

client:VS Code transport:stdio runtime:pypi

Install claude real video in VS Code

.vscode/mcp.json

{
  "servers": {
    "claude-real-video": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "claude-real-video"
      ]
    }
  }
}

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

claude real video in other clients