Text To Speech
text_to_speechConvert text to speech audio. Choose a voice, adjust speed and format, and get the saved file path and size.
Instructions
Synthesize speech from text with kokoro (NaN API TTS); speech_to_text does the opposite. Call list_voices first to pick a voice id. Writes the audio under NAN_OUTPUT_DIR (default ~/nan-mcp-output) without overwriting anything, and returns the saved path and its size in bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to synthesize | |
| speed | No | Speech speed. Default 1.0 | |
| voice | No | Voice to use, e.g. "af_heart" (American English female), "ef_dora" (Spanish female), "em_alex" (Spanish male), "em_santa" (Spanish male). Use list_voices for the full catalog | |
| format | No | Audio format. Default mp3 | |
| outputName | No | Optional base name for the output file |