mediamtx

GitHub

Ready-to-use Media-over-QUIC / SRT / WebRTC / RTSP / RTMP / LL-HLS / MPEG-TS / RTP live media server and media proxy that allows to read, publish, proxy, record and playback real-time video and audio streams.

RAW Config

Claude Desktop Configuration

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

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