← Back to Plugins
MCP Server MCP

io.github.yuvalsuede/agent-media

github By github 👁 2 views ▲ 0 votes

Generate AI UGC videos with talking heads, B-roll, and subtitles.

Homepage Verified source GitHub

Install

npx -y @agentmedia/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@agentmedia/mcp-server",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key (ma_xxx format) from agent-media.ai",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AGENT_MEDIA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...