4 months ago
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
get_models
get_voices
text_to_speech
speech_to_speech
clone_voice
download_dubbing_audio
remove_subtitle
video_translation_dubbing
get_dubbing_info
get_removal_info
text_translation
subtitle_extraction
Server 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."
}
}
}
}