Back to MCP Servers
Media Gen
TypeScript MCP server for OpenAI Images/Videos and Google GenAI (Veo) media generation, editing, and asset downloads.
multimedia-processtypescriptgoai
By strato-space
Installation
npx -y media-gen-mcpConfiguration
{
"mcpServers": {
"media-gen-mcp": {
"command": "npx",
"args": ["-y", "media-gen-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes