LogoSTMCP
Download
AllVoiceLab MCP Server

AllVoiceLab MCP Server

Official AllVoiceLab Model Context Protocol (MCP) server, supporting interaction with powerful text-to-speech and video translation APIs. Enables MCP clients like Claude Desktop, Cursor, Windsurf, OpenAI Agents to generate speech, translate videos, and perform intelligent voice conversion. Serves scenarios such as short drama localization for global markets, AI-Generated audiobooks, AI-Powered production of film/TV narration.

Tools

1. text_to_speech

Convert text to speech using AI-powered voice synthesis with natural voice generation in 30+ languages.

2. speech_to_speech

Convert audio to another voice while preserving the speech content using real-time voice conversion technology.

3. clone_voice

Create a custom voice profile by cloning from an audio sample with 3-second ultra-fast cloning capability.

4. remove_subtitle

Remove hardcoded subtitles from a video using OCR technology with seamless subtitle erasure on complex backgrounds.

5. video_translation_dubbing

Translate and dub video speech into different languages while preserving emotional tone and rhythm.

6. text_translation

Translate a text file into another language using AI-powered multilingual translation services.

7. subtitle_extraction

Extract subtitles from a video using OCR with AI-powered multilingual subtitle generation over 98% accuracy.

JSON Config

{
  "mcpServers": {
    "AllVoiceLab": {
      "command": "uvx",
      "args": ["allvoicelab-mcp"],
      "env": {
        "ALLVOICELAB_API_KEY": "<insert-your-api-key-here>",
        "ALLVOICELAB_API_DOMAIN": "<insert-api-domain-here>",
        "ALLVOICELAB_BASE_PATH":"optional, default is user home directory.This is uesd to store the output files."
      }
    }
  }
}

Information