lipdub-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lipdub_check_connectionA | Verify that this server can reach LipDub and report which account it is using. Call this first if any other LipDub tool fails with an authentication error, or when a user asks whether LipDub is set up. Does not use credits and does not start anything. Credit balance is not available through the API — direct the user to https://app.lipdub.ai to see it. |
| lipdub_create_renderA | Start a LipDub 2 render: make the person in a source video appear to speak a different audio track, with matched lip movement. USES CREDITS. Each render charges the account and cannot be undone or refunded. Cost scales with the length of the source video. Confirm with the user first, then call again with confirm_spend set to true. Supply BOTH sides as direct, publicly downloadable URLs:
LipDub 2 does NOT translate, transcribe or generate speech. If the user wants another language, produce that audio first with a separate text-to-speech or voice tool, host it at a URL, and pass that URL as audio_url. Links must return the media file itself. Google Drive, Dropbox and YouTube share pages, and anything behind a login, will fail. Returns immediately with a render_id — the render is NOT finished. Rendering takes about 7–15 minutes. Next step: call lipdub_wait_for_render with that render_id. |
| lipdub_get_renderA | Check a LipDub render once, right now, and return its download link if it has finished. This does NOT wait — it answers immediately with whatever the current status is. To wait for a render to finish, use lipdub_wait_for_render instead. Takes the render_id from lipdub_create_render. Free and never rate-limited — check as often as you need. status is one of:
download_url is a temporary signed link that expires. Give it to the user or download it promptly; do not save it for later. If the render is not finished yet, prefer lipdub_wait_for_render — it waits for you instead of making you check repeatedly. |
| lipdub_wait_for_renderA | Wait for a LipDub render to finish, then return its download link. Use this straight after lipdub_create_render instead of checking in a loop — it uses far less context. This call blocks for up to max_wait_seconds (default 240, maximum 600) while tracking the render for you. A typical render takes 7–15 minutes, so one call is often not enough. If the render is still going when the wait is up, this returns normally with still_running set to true. That is NOT an error and NOT a failure — the render is fine and is still going. When it happens: tell the user it is still in progress, give them the render_id so they can come back to it, and call this tool again to keep waiting. Waiting and status checks are free and never rate-limited. |
| lipdub_list_rendersA | List recent LipDub renders on this account, newest first. Use this when:
Returns a short summary of each. Call lipdub_get_render with one of the returned render_ids to get its download link. Free and never rate-limited. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| lipdub_quick_dub | Walk through a LipDub 2 render: confirm the cost, start it, wait, and hand back the finished video. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| quickstart | What LipDub 2 does, the render flow, input requirements, cost and timing. |
| troubleshooting | Symptom, cause and fix for the common LipDub 2 failures. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/marzvfx/lipdub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server