mcp.film

mcp.film / Voice & Dialogue / AllVoiceLab MCP

AllVoiceLab MCP

Officialby All Voice Labcreditsverified Jun 29, 2026

Official voice and video localization MCP: TTS, cloning, dubbing, subtitles.

Rate it: no ratings yet

What it does

AllVoiceLab's official MCP server gives agents a localization bench: text-to-speech, speech-to-speech conversion, voice cloning, video translation and dubbing, subtitle extraction, subtitle removal, and text translation. For film teams, it is most useful when a cut needs foreign-language dialogue, subtitles, or cleaned title-safe plates without hand-hopping across tools.

Connect

Claude Code
claude mcp add allvoicelab -e ALLVOICELAB_API_KEY=YOUR_KEY -e ALLVOICELAB_API_DOMAIN=https://api.allvoicelab.com -- uvx allvoicelab-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "allvoicelab": {
      "command": "uvx",
      "args": [
        "allvoicelab-mcp"
      ],
      "env": {
        "ALLVOICELAB_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "allvoicelab": {
      "command": "uvx",
      "args": [
        "allvoicelab-mcp"
      ],
      "env": {
        "ALLVOICELAB_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env ALLVOICELAB_API_KEY — https://www.allvoicelab.com/workbench/api-keys

Tools you'll see

text_to_speechspeech_to_speechclone_voiceremove_subtitlevideo_translation_dubbingtext_translationsubtitle_extraction

Field notes

MIT, PyPI allvoicelab-mcp 0.0.5, Python >=3.11, 56 stars; official but last pushed Aug 2025. Region matters: global keys use https://api.allvoicelab.com, mainland keys use https://api.allvoicelab.cn. The README is explicit that credits are required.

Pairs well with