D-ID Connector for AI agents.
10 live capabilities
Create realistic talking head videos with precise lip-sync and custom avatars.
Waiting for input…
Why people use D-ID
D-ID for High-Volume Talking Head Video Production
This Connector changes that by letting you do it all through a single chat. You tell your agent what the script is, which presenter to use, and it handles the rest. You get a finished video URL without ever having to click through a studio dashboard.
What Vinkius changes
You get a natural language interface for professional-grade digital human video generation.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Scaling social media content
A manager asks the agent to make 10 different Welcome videos for various products using a list of stock presenters.
- Real-world use case 02
Multi-language marketing
A brand uses create_talk_audio to sync a translated voiceover to a standard presenter for a new market.
- Real-world use case 03
Rapid prototyping
A designer asks for a list of presenters to see which one looks best for a customer service bot prototype.
Complete set · 10capabilities
The complete D-ID capability set.
These are the exact actions your AI can choose when you ask it to work with D-ID.
01—04
4 capabilities in this set.
Part of 10 available through D-ID.
- 01 Capability
Get talk
Check the current status of a video. You can see if it is still rendering or get the final URL once it is done.
- 02 Capability
List talks
See a list of all your recent videos. This helps you track your history and find specific IDs quickly.
- 03 Capability
List presenters
See all available stock presenters including their names and preview images. Use this to find the right face for your next project.
- 04 Capability
Create talk
Generate a video where a digital human speaks your text. This capability provides realistic lip-sync and natural expressions for your content.
05—07
3 capabilities in this set.
Part of 10 available through D-ID.
- 05 Capability
Create talk audio
Create a video from a pre-recorded audio file. This capability ensures the avatar matches your specific voice recording perfectly.
- 06 Capability
Delete talk
Remove a specific video from your D-ID history. Use this to clean up your account and manage your saved content.
- 07 Capability
Create clip
Generate a quick video using a pre-built stock presenter. This is great for fast production when you don't need a custom avatar.
08—10
3 capabilities in this set.
Part of 10 available through D-ID.
- 08 Capability
Get clip
Check the status and get the result URL for a stock clip. This helps you stay updated on your clip generation progress.
- 09 Capability
Upload image
Upload a face photo to D-ID to use as a custom avatar source. This lets you create personalized content with your own images.
- 10 Capability
Get credits
See your current credit balance and plan information at any time. This helps you manage your production budget and stay on top of your limits.
Set up in minutes
One URL. Then ask D-ID to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use D-ID from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it D-ID, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable D-ID for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the D-ID URL.
- Step 03
Save and start
Save the connection and enable D-ID in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"d-id": {
"url": "https://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using D-ID
Open Agent mode in chat and ask: "Using D-ID, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"d-id": {
"url": "https://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using D-ID
Ask Copilot: "Using D-ID, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"d-id": {
"url": "https://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using D-ID
Open Cascade and ask: "Using D-ID, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"d-id": {
"url": "https://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using D-ID
Ask Cline: "Using D-ID, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add d-id --transport http "https://edge.vinkius.com/vk_preview_EsdDkqmzbnqPkxJveIE4hetjKifO1MDkdPsmTMlt/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using D-ID
Ask Claude: "Using D-ID, show me...". 10 tools are ready
Where the request belongs
Work D-ID can move forward.
This is for content creators and marketing teams who are tired of the manual grind of video editing and want to scale their video output without hiring a full production crew.
Social Media Manager
Creates personalized video messages for different followers and handles high-volume content batches.
Localization Specialist
Produces talking head videos in multiple languages using different voices and regional presets.
Product Designer
Rapidly prototypes how a digital human might interact with customers in a demo environment.
Video Developer
Tests and debugs video generation pipelines through a chat interface to automate workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSpiritme
Create AI-generated videos with digital human presenters that deliver personalized messages in multiple languages naturally.
Synthesia
Connect your AI to Synthesia. Generate corporate AI avatar videos from text prompt, explore templates, and automatically dub existing media directly from the terminal.
HeyGen
Create AI-generated videos with realistic digital avatars that speak in any language for training, marketing, and communication.
Elai AI Video
Equip your AI agent to generate AI videos, manage avatars, and track rendering status via the Elai.io API.
GAN.ai
Generate personalized videos at scale, track generation status, and oversee campaigns via AI agents with GAN.ai.
Colossyan
Automate AI video creation via Colossyan. generate videos from templates, manage avatars, and track rendering jobs directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep D-ID connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about D-ID.
The practical details behind the request, access and result.
Can the D-ID MCP create videos for my social media?
Yes, it is perfect for creating talking head videos for TikTok, Instagram, or YouTube. You can turn any script into a video with a digital human in seconds.
How do I use D-ID MCP to make a video from my own voice recording?
You can use the audio-to-video feature. Just provide your audio file to your agent, and it will sync a digital human's lip movements to your specific recording.
Can I use my own photos as avatars with D-ID MCP?
Yes, you can upload face images to the platform. Your agent can then use those images as the source for your custom talking avatars.
How do I check my video generation status using D-ID MCP?
Your agent can check the status of any video you've started. It will tell you if the video is still rendering, finished, or if there was an error.
Is D-ID MCP good for making localized marketing videos?
It's excellent for localization. You can quickly generate videos in different languages using various voices and presenters without manual editing.
How do I manage my D-ID subscription credits?
You can ask your agent to check your balance at any time. It will retrieve your current credit count and your plan details from your account.
Can my agent create a talking avatar using a custom voice ID?
Yes. Use the 'create_talk' capability and specify the TTS provider (microsoft or amazon) and the exact voice ID. The agent will orchestrate the request to generate an avatar that speaks your script with that specific vocal identity.
How do I use a custom image as the source for my talking avatar?
First, use the 'upload_image' capability with a publicly accessible URL of your face image. The agent will upload it to D-ID and return a new internal URL which you can then pass as the 'source_url' in 'create_talk'.
Can I check my remaining D-ID credits through the agent?
Absolutely. Use the 'get_credits' capability. Your agent will pull your current balance and plan info directly from D-ID, helping you manage your video generation limits and quotas through natural conversation.
One connection away
Give your agent a direct line to D-ID.
Connect D-ID once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available