mcp.film

mcp.film / Avatars & Performance / Hedra MCP Server

Hedra MCP Server

Communityby Community (pasie15)creditsverified Jun 11, 2026

Character-3 talking-avatar video, TTS, and image generation through Hedra's API.

Rate it: no ratings yet

What it does

Node MCP server for Hedra's generation API: lip-synced character video from an image plus audio (Character-3), text-to-speech, image generation, and asset/credit management. Also routes to third-party models available in Hedra Studio (Veo 3.1, Sora 2, Kling, MiniMax).

Connect

Claude Code
claude mcp add hedra -e HEDRA_API_KEY=YOUR_KEY -- npx -y mcp-server-hedra
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hedra": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-hedra"
      ],
      "env": {
        "HEDRA_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hedra": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-hedra"
      ],
      "env": {
        "HEDRA_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env HEDRA_API_KEY — https://www.hedra.com/api-profile (requires Creator plan or above)

Tools you'll see

generate_videogenerate_video_with_ttsgenerate_text_to_speechgenerate_imageupload_assetget_generation_statusget_credits

Field notes

New (Feb 2026), MIT, minimal adoption so far; no official Hedra MCP exists. Requires Node 18+. Hedra API access requires a paid Creator plan and API credits.

Pairs well with