{
  "slug": "hedra",
  "name": "Hedra MCP Server",
  "vendor": "Community (pasie15)",
  "official": false,
  "category": "avatars-performance",
  "featured": false,
  "tagline": "Character-3 talking-avatar video, TTS, and image generation through Hedra's API.",
  "description": "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).",
  "capabilities": [
    "avatar-video",
    "lip-sync",
    "tts",
    "text-to-image",
    "asset-management"
  ],
  "tools_sample": [
    "generate_video",
    "generate_video_with_tts",
    "generate_text_to_speech",
    "generate_image",
    "upload_asset",
    "get_generation_status",
    "get_credits"
  ],
  "install": {
    "claude_code": "claude mcp add hedra -e HEDRA_API_KEY=YOUR_KEY -- npx -y mcp-server-hedra",
    "remote_url": null,
    "stdio_command": "npx -y mcp-server-hedra"
  },
  "auth": {
    "type": "api_key",
    "env_var": "HEDRA_API_KEY",
    "key_url": "https://www.hedra.com/api-profile (requires Creator plan or above)"
  },
  "pricing": "credits",
  "links": {
    "repo": "https://github.com/pasie15/mcp-server-hedra",
    "docs": "https://www.hedra.com/docs/pages/developer/getting_started/quickstart",
    "site": "https://www.hedra.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}