How to Use the D-ID MCP in Claude Code
Automate D-ID video production in your CI/CD pipelines and shell scripts with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect D-ID MCP to Claude Code
Create your Vinkius account to connect D-ID to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Batch Create Videos from the CLI
This server is built for headless automation. You can write a shell script to read a list of prompts from a file and pipe them to Claude Code, instructing it to call `create_talk` for each one. There's no UI to click through. It's perfect for bulk content generation. Set up a job to turn a hundred product descriptions into short videos overnight. Claude Code executes the commands and logs the resulting talk IDs for you to track later.
Monitor Credits and Job Status
Use this MCP Server for system monitoring and alerting. Set up a cron job that runs a simple script: call `get_credits` and, if the balance is below a threshold, send a notification. You'll know you need to refill before a production job fails. Likewise, you can build a poller script. Have it loop through a list of pending talk IDs, call `get_talk` on each, and when the status is 'done', use `wget` or `curl` to download the final video file automatically.
Your Claude Code MCP Server Tools
Manage your D-ID assets as part of your deployment or backend processes. Use `upload_image` in a script to add a new company avatar to D-ID, then use `create_talk_audio` to generate a new announcement video, all from the command line. This MCP Server acts as your scriptable backend for D-ID. Before kicking off a large render job in a GitHub Action, you can use `list_presenters` to confirm the required assets are available. It adds a layer of validation to your automated workflows.
Set up D-ID MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seed-id-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest D-ID transactions." It will automatically discover and invoke the available D-ID tools.
claude mcp add --transport http d-id-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about D-ID MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the D-ID MCP today
We host it, we monitor it, we maintain it. You just paste one token.