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).
Run
npx -y zahori
MCP client config
{
"mcpServers": {
"zahori": {
"command": "npx",
"args": [
"-y",
"zahori"
]
}
}
}