Skip to content
Grok

MediaEngine for Grok

io.github.tr1ckymag1ca1/mediaengine

AI image, video, and audio generation for MCP — one API key, every model, wiring never changes.

client:Grok transport:stdio runtime:npm

Install MediaEngine in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mediaengine": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-engine"
      ],
      "env": {
        "MEDIAENGINE_API_KEY": "<MEDIAENGINE_API_KEY>",
        "MEDIAENGINE_BASE_URL": "<MEDIAENGINE_BASE_URL>"
      }
    }
  }
}

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

MediaEngine in other clients