Description
AllVoiceLab MCP Server provides AI assistants with access to advanced voice and audio processing capabilities through a standardized interface. It integrates with AllVoiceLab's API to offer tools for text-to-speech conversion, voice cloning, speech-to-speech transformation, subtitle extraction, and video dubbing in multiple languages. The server implements robust validation, error handling, and asynchronous processing for long-running tasks, making it ideal for applications requiring high-quality voice synthesis, audio manipulation, and multilingual content creation.
Installation
npx -y allvoicelab-mcp npm install allvoicelab-mcp git clone https://github.com/allvoicelab/allvoicelab-mcp Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"allvoicelab": {
"command": "npx",
"args": [
"-y",
"allvoicelab-mcp"
]
}
}
}