Skip to content
Grok

mediagen for Grok

io.github.cripacx/mediagen

Generate images and video from text prompts across Gemini, OpenAI and Kie AI.

client:Grok transport:stdio runtime:npm

Install mediagen in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mediagen": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mediagen"
      ]
    }
  }
}

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

mediagen in other clients