Catalog
io.github.yuvalsuede/agent-media
OfficialGenerate AI UGC videos with talking heads, B-roll, and subtitles.
Generate AI videos with talking heads, B-roll, and subtitles.
README not available yet.
Install
Configuration
Environment variables
AGENT_MEDIA_API_KEYrequiredsecretAPI key (ma_xxx format) from agent-media.ai
claude_desktop_config.json
{
"mcpServers": {
"agent-media": {
"command": "npx",
"args": [
"-y",
"@agentmedia/mcp-server@0.1.2"
],
"env": {
"AGENT_MEDIA_API_KEY": "<YOUR_AGENT_MEDIA_API_KEY>"
}
}
}
}