Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to HeyGen to generate AI-powered videos with avatars, manage video content, and create personalized video experiences through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with HeyGen
3
Authenticate with API Key
🎉 Your HeyGen MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
heygen_get_remaining_credits | Retrieve the remaining credits in your HeyGen account |
heygen_get_voices | Retrieve a list of available voices from the HeyGen API |
heygen_get_voice_locales | Retrieve a list of available voice locales (languages) from the HeyGen API |
heygen_get_avatar_groups | Retrieve a list of HeyGen avatar groups |
heygen_get_avatars_in_avatar_group | Retrieve a list of avatars in a specific HeyGen avatar group |
heygen_list_avatars | Retrieve a list of all available avatars from the HeyGen API |
heygen_generate_avatar_video | Generate a new avatar video with the specified avatar, text, and voice |
heygen_get_avatar_video_status | Retrieve the status of a video generated via the HeyGen API |
heygen_list_videos | Retrieve a list of videos from your HeyGen account |
heygen_delete_video | Delete a video from your HeyGen account |
For more details about tool input schema, use the get_tools API.