送信

All Voice Lab MCP

@allvoicelab

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.

サーバー設定

{
  "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."
      }
    }
  }
}