agent media for Cursor
io.github.yuvalsuede/agent-media
Generate AI UGC videos with talking heads, B-roll, and subtitles.
client:Cursor
transport:stdio
runtime:npm
Install agent media in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-media": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@agentmedia/mcp-server"
],
"env": {
"AGENT_MEDIA_API_KEY": "<AGENT_MEDIA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs