Odel
media gen mcp

media gen mcp

Local
@strato-space9TypeScriptMITUpdated 7mo ago

MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation.

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).

npm@strato-space/media-gen-mcpv1.0.4

Run

npx -y @strato-space/media-gen-mcp

MCP client config

{
  "mcpServers": {
    "media-gen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@strato-space/media-gen-mcp"
      ]
    }
  }
}