Skip to main content
Glama

Mobvoi TTS MCP Server

by mobvoi
MIT License
1
  • Apple
  • Linux

async_voice_clone_local

Clone a voice from a local audio file using Mobvoi TTS service and generate a speaker ID for text-to-speech applications. Ensure user consent due to potential API costs.

Instructions

Async version of voice_clone. Clone a voice from a given local audio file. This tool will return a speaker id which can be used in text_to_speech tool.

⚠️ COST WARNING: This tool makes an API call to Mobvoi TTS service which may incur costs. Only use when explicitly requested by the user. Args: audio_file_path (str): The path of the audio file to clone.

Input Schema

NameRequiredDescriptionDefault
audio_file_pathYes

Input Schema (JSON Schema)

{ "properties": { "audio_file_path": { "title": "Audio File Path", "type": "string" } }, "required": [ "audio_file_path" ], "title": "async_voice_clone_localArguments", "type": "object" }
Install Server

Other Tools from Mobvoi TTS MCP Server

Related Tools

    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/mobvoi/mobvoi-tts-mcp'

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