Skip to content
Grok

MAJR Media Encoding for Grok

io.github.majrdotapp/media-encoding

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

client:Grok transport:streamable-http

Install MAJR Media Encoding in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MAJR Media Encoding in other clients