Synthesia

Synthesia MCP Connector for Claude

A+

Connect your AI to Synthesia. Generate corporate AI avatar videos from text prompt, explore templates, and automatically dub existing media directly from the terminal.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Bring the full power of synthetic enterprise video generation directly into your conversational environment with the Synthesia MCP connector. By granting your LLM authorized operational access to the Synthesia API matrix, you transform your assistant into a virtual studio director. Programmatically retrieve active templates, inspect available voice models, spawn new avatar streams from zero, or dub existing media seamlessly without navigating away from your terminal interface.

What you can do

  • Virtual Directing — Instantiate real-time video renderings using create_avatar_video, mapping structural inputs to specific avatar matrices found via list_avatars.
  • Template Automation — Process repetitive layouts logically calling create_video_from_template, assigning JSON payloads seamlessly over defined blueprints.
  • Studio Lifecycle Management — Query active rendering progress cleanly with get_video_details and prune discarded tracks strictly invoking delete_video.
  • Localization & Dubbing — Effortlessly pull native voice ranges (list_voices) and trigger AI localized dubbing routines targeting existing records utilizing dub_video.

How it works

  1. Append the generic Synthesia MCP module firmly inside your Vinkius connective logic rules.
  2. Locate your specific account authorization SYNTHESIA_KEY (tied to Synthesia Creator plans and beyond) and pass it to your host configuration.
  3. Prompt video creations natively: "List all available avatars, pick a professional-looking one, and generate a video track saying 'Welcome to the Team!' in 'pt-BR'."

Who is this for?

  • Corporate Training Leads — Programmatically dispatch multi-lingual instructional videos evaluating template arrays generating bulk outputs seamlessly.
  • Internal Comms Engineers — Eliminate manual studio workflows assigning custom scripts strictly inside automated pipelines using the AI interface directly.
  • Localization Teams — Rapidly inspect voice definitions natively scaling video catalogs commanding dynamic dub_video requests effortlessly.
ai-videosynthetic-mediaavatar-generationvideo-dubbingcontent-creation

10 tools expose this connector's capabilities to your AI agent.

create_avatar_video

Returns a video ID. Creates an AI avatar video from a script

create_video_from_template

Returns a video ID. Creates a video using a pre-defined Synthesia template

get_video_details

Retrieves status and details for a specific video

list_videos

Lists all videos in the account

delete_video

This action is irreversible. Permanently deletes a Synthesia video

list_avatars

Lists all available AI avatars

list_templates

Lists available video templates

get_template_details

Retrieves details for a specific template

list_voices

Lists available AI voices

dub_video

Dubs an existing video into another language

See how to talk to your AI agent using Synthesia.

Give me a list of internal AI video templates, select one related to 'customer support', and execute a creation pass using proper test inputs.

Accessing Synthesia directories ('list_templates')... Found template 'Support Starter' (ID: tmpl-1234). Fetching target blueprint variables natively ('get_template_details'). Dispatching 'create_video_from_template' with payload values successfully... Video task submitted. The ID is 'vid-5678'. Let me know when you want to execute 'get_video_details'.

List the available AI avatars, focusing on professional corporate styles.

Querying Synthesia avatar registry ('list_avatars')... Here are some of the active top corporate avatars available for rendering: 1. 'Anna_Business' (ID: 101) - Blazer, formal. 2. 'Marcus_Exec' (ID: 105) - Suit, authoritative. 3. 'Elena_Office' (ID: 112) - Smart casual, friendly.

Check the status of my recent video task 'vid-9920'.

Evaluating task bounds ('get_video_details')... The render for 'vid-9920' is COMPLETE. Total duration: 45 seconds. You can download and stream the final file here: `https://synthesia.io/stream/vid-9920_xyz`.

The `create_avatar_video` command submits the job instantly. Rendering typically takes 2–10 minutes depending on length. Use `get_video_details` to check progress and retrieve the final URL.

Related Connectors