Skip to main content
MultimediaTypeScript

strato-space/media-gen-mcp

TypeScript MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation, editing, and asset downloads.

multimedia-processcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/strato-space/media-gen-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Multimedia
Language
TypeScript
Author
strato-space