Skip to content
Cursor

MAJR Media Encoding for Cursor

io.github.majrdotapp/media-encoding

Encode uploads to web-ready media: video to HLS, audio to AAC, images to WebP. Async jobs.

client:Cursor transport:streamable-http

Install MAJR Media Encoding in Cursor

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

{
  "mcpServers": {
    "media-encoding": {
      "url": "https://encoding.majr.app/mcp"
    }
  }
}

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

MAJR Media Encoding in other clients