mcp.film

mcp.film / Avatars & Performance / HeyGen Remote MCP

HeyGen Remote MCP

OfficialRemoteby HeyGencreditsverified Aug 12, 2026

Hosted MCP for avatar videos, lipsync, and 175-language video translation.

What it does

HeyGen's official hosted MCP endpoint lets agents create and manage HeyGen videos with no local install and no API key — auth is a one-time OAuth flow tied to your HeyGen account. The published tool surface spans Video Agent one-prompt and multi-turn generation, video translation with lip-sync (175+ languages), lipsync jobs, avatar groups and looks, templates, voice design and cloning, music and SFX search, AI clipping of long footage, filler-word removal, brand kits and glossaries, and batches of up to 100 videos, translations, or lipsyncs per request.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.heygen.com/mcp/v1/
Claude Code
claude mcp add --transport http heygen https://mcp.heygen.com/mcp/v1/
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "heygen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.heygen.com/mcp/v1/"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "heygen": {
      "url": "https://mcp.heygen.com/mcp/v1/"
    }
  }
}
Auth: oauth — One-time browser OAuth tied to your HeyGen account

Field notes

Available on all HeyGen plans; generation consumes plan credits. There is no longer a local option: HeyGen's own heygen-com/heygen-mcp 404s, and the community fork this entry used to recommend (sbroenne/heygen-mcp) has now 404'd too — its PyPI package heygen-mcp-sbroenne is still installable but frozen at 0.3.1 from 2026-01-31 with its source gone, so treat it as abandoned. The hosted remote is the only maintained route. HeyGen's official Agent Skills (heygen-com/skills) remain active — 391 stars, pushed 2026-07-14.

Pairs well with