Odel
MediaEngine

MediaEngine

Local
@tr1ckymag1ca1TypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-media-enginev1.0.3

Run

npx -y mcp-media-engine

MCP client config

{
  "mcpServers": {
    "mediaengine": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-media-engine"
      ]
    }
  }
}