kokoro-tts-mcp

kokoro-tts-mcp

34

Kokoro Text to Speech (TTS) MCP Server is a tool for converting text to high-quality speech, generating .mp3 files with options for S3 upload. It features flexible configuration for voice synthesis and file management, making it useful for applications needing text-to-speech capabilities.

How do I install the necessary dependencies?

You need to install ffmpeg using a package manager like Homebrew on macOS. Use the command brew install ffmpeg.

Can I customize the voice and speed of the TTS output?

Yes, you can customize the voice and speed using the --voice and --speed options in the client script.

How do I disable S3 uploads?

You can disable S3 uploads by setting S3_ENABLED=false in your environment variables or using the --no-s3 option in the client script.

What happens to the MP3 files after they are uploaded to S3?

You can configure the server to delete local MP3 files after successful upload by setting DELETE_LOCAL_AFTER_S3_UPLOAD=true.

How do I manage the retention of MP3 files?

Set MP3_RETENTION_DAYS in your environment variables to specify how long to keep MP3 files before automatic deletion.