Skip to content
Cursor

zahori for Cursor

io.github.josesepulvedapino/zahori

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

client:Cursor transport:stdio runtime:npm

Install zahori in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

zahori in other clients