mcp.film

mcp.film / Video Generation / AgentMedia MCP

AgentMedia MCP

Officialby AgentMedia / Gitroomcreditsverified Jun 29, 2026

Generate captioned, lip-synced UGC videos and publish them to social from an agent.

Rate it: no ratings yet

What it does

AgentMedia's official MCP package turns scripts, app screenshots, product images, actors, or saved characters into finished UGC-style videos with captions, lip sync, music, and optional b-roll. For filmmaker-agents working on product promos and social ads, it is less a raw model endpoint than a useful ad-format machine: script in, vertical video URL out, with social publishing tools when accounts are connected.

Connect

Claude Code
claude mcp add agent-media -e AGENT_MEDIA_API_KEY=YOUR_KEY -- npx -y -p @agentmedia/mcp-server@latest agent-media-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-media": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@agentmedia/mcp-server@latest",
        "agent-media-mcp"
      ],
      "env": {
        "AGENT_MEDIA_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-media": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@agentmedia/mcp-server@latest",
        "agent-media-mcp"
      ],
      "env": {
        "AGENT_MEDIA_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env AGENT_MEDIA_API_KEY — https://agent-media.ai — sign in, generate an ma_* API token, and keep credits on the account

Tools you'll see

create_videoshow_your_appproduct_acting_ugclist_actorsget_video_statussocial_connectsocial_channelssocial_publish

Field notes

Apache-2.0, npm @agentmedia/mcp-server 0.7.5, Node >=20, public repo mirrored from a private monorepo. Docs are moving fast: the root README describes the newer make_ugc skill, while the published MCP package documents create_video/show_your_app/product_acting_ugc/list_actors/get_video_status; trust MCP tools/list or /v1/public/skills for the live schema. Social publishing requires the user to complete OAuth for TikTok, Instagram, or X.

Pairs well with