Odel
zahori

zahori

Local
@josesepulvedapino3TypeScriptMITUpdated 6 days ago

Find the media stream behind any web page: browser-driven HLS/DASH/MP4 with learnable site profiles

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmzahoriv0.1.1

Run

npx -y zahori

MCP client config

{
  "mcpServers": {
    "zahori": {
      "command": "npx",
      "args": [
        "-y",
        "zahori"
      ]
    }
  }
}