What You Can Do
Once connected, your AI agent has access to the following tools:| Tool Name | Description |
|---|---|
create_video_agent | Create a video from a text prompt using HeyGen’s Video Agent. This is the recommended way to create videos — just describe what you want and the agent handles avatar selection, scripting, and production. |
create_avatar_video | Create a video from a specific avatar or image with full control over avatar, voice, and script. Use this only when you need explicit control over avatar selection and scripting. For most video creation, use create_video_agent instead. |
list_videos | List videos in the account with pagination and optional filtering. |
get_video | Get detailed information about a video including status, URLs, and metadata. Supports both generated and translated videos. |
delete_video | Permanently delete a video. Supports both generated and translated videos. |
text_to_speech | Synthesize speech audio from text using a specified voice. Returns a URL to the generated audio file along with duration and optional word-level timestamps. |
list_audio_voices | List voices available for TTS generation with cursor-based pagination. Filter by type (public/private), language, and gender. |
get_user_me | Get current user info, remaining balance, and billing. |
create_video_translate | Translate a video into one or more target languages. |
list_video_translate_languages | List all supported target language codes for video translation. |
get_video_translate_caption | Get the caption file (SRT or VTT) for a completed video translation. |
Supported Products
HeyGen Remote MCP works with any MCP-compatible agent, including:- Claude (Web, Desktop, and Code)
- Gemini CLI
- Cursor
- Manus
- Superhuman
- OpenAI
- and more
Connect Your Own Agent
You can integrate HeyGen Remote MCP into any custom agent or application that supports the Model Context Protocol. Just point it to the endpoint:How It Works
- Connect — Add the HeyGen remote MCP endpoint to your agent
- Authenticate — Sign in with your HeyGen account via OAuth (one-time)
- Use — Your agent calls HeyGen tools directly in conversation or code
Remote MCP
| Remote MCP | |
|---|---|
| Setup | Add endpoint URL, authenticate via OAuth |
| Runs on | HeyGen’s hosted infrastructure |
| Authentication | OAuth (no API key needed) |
| Billing | Web plan + premium credits |
| Best for | Most users — quick setup, works everywhere |

