yuvalsuede/agent-media
CLI and MCP server for AI video and image generation with unified access to 7 models (Kling, Veo, Sora, Seedance, Flux, Grok Imagine). Provides 9 tools for generating, managing, and browsing media.
Quick Start
Clone the repository:
git clone https://github.com/yuvalsuede/agent-mediaClaude Desktop configuration example:
{
"mcpServers": {
"agent-media": {
"command": "npx",
"args": [
"-y",
"yuvalsuede/agent-media"
]
}
}
}Check the repository README for specific installation and configuration instructions.