mediago (MCP Server)

GitHub

Cross-platform video downloader โ€” sniff and grab m3u8/HLS streams, Bilibili, YouTube and more. Desktop + Docker + ๐Ÿฆž.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "mediago": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mediago"
      ]
    }
  }
}