Skip to main content
Glama

MiniMax MCP JS

Official
by MiniMax-AI

voice_clone

Generate cloned voices using an audio file and specified text. Save outputs to a designated directory. Integrates with MiniMax MCP JS for efficient voice cloning tasks.

Instructions

Clone a voice using the provided audio file. New voices will incur costs when first used.

Note: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

Input Schema

NameRequiredDescriptionDefault
audioFileYesPath to the audio file
isUrlNoWhether the audio file is a URL
outputDirectoryNoThe directory to save the output file. `outputDirectory` is relative to `MINIMAX_MCP_BASE_PATH` (or `basePath` in config). The final save path is `${basePath}/${outputDirectory}`. For example, if `MINIMAX_MCP_BASE_PATH=~/Desktop` and `outputDirectory=workspace`, the output will be saved to `~/Desktop/workspace/`
textNoText for the demo audio
voiceIdYesVoice ID to use

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audioFile": { "description": "Path to the audio file", "type": "string" }, "isUrl": { "default": false, "description": "Whether the audio file is a URL", "type": "boolean" }, "outputDirectory": { "description": "The directory to save the output file. `outputDirectory` is relative to `MINIMAX_MCP_BASE_PATH` (or `basePath` in config). The final save path is `${basePath}/${outputDirectory}`. For example, if `MINIMAX_MCP_BASE_PATH=~/Desktop` and `outputDirectory=workspace`, the output will be saved to `~/Desktop/workspace/`", "type": "string" }, "text": { "description": "Text for the demo audio", "type": "string" }, "voiceId": { "description": "Voice ID to use", "type": "string" } }, "required": [ "voiceId", "audioFile" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MiniMax-AI/MiniMax-MCP-JS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server