mcp.film

mcp.film / Avatars & Performance / HeyGen Remote MCP

HeyGen Remote MCP

OfficialRemoteby HeyGencreditsverified Jun 11, 2026

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

Rate it: no ratings yet

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. Covers Video Agent one-prompt generation, video translation (audio-only or lip-synced, 175+ languages), lipsync jobs, and Photo Avatar / Digital Twin creation, using any custom avatar or voice in your account.

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. HeyGen's legacy stdio package (heygen-mcp) is abandoned — the repo 404s; the maintained community fork is sbroenne/heygen-mcp (uvx heygen-mcp-sbroenne with HEYGEN_API_KEY) if you need a local server. HeyGen also ships official Agent Skills (heygen-com/skills).

Pairs well with