Back to MCP Directory
Kokoro Tts
Model Context Protocol moderate risk

Kokoro Tts

Kokoro TTS MCP server generates speech from text, with optional S3 upload and local file management. Requires local setup and careful configuration.

Connections & Capabilities

Connects To

GitHubAWSS3

Capabilities

readwriteexec

Quickstart

Install

brew install ffmpeg

Exposed MCP Tools (1)

moderate
mcp-tts.py

Converts text to speech using the Kokoro TTS engine and optionally uploads the result to S3.

Writes MP3 files to the local file system and can upload to S3 using provided credentials.

Safety Assessment

The Kokoro TTS MCP server is relatively safe if used without S3 upload and with strict access control to the local file system. Enabling S3 upload increases the risk due to the need to manage AWS credentials. Ensure proper configuration and monitoring to mitigate potential security issues.

  • No direct internet exposure unless S3 upload is enabled.
  • Limited execution capabilities, focused on TTS conversion.
  • Configuration managed through environment variables.
  • MP3 retention policies can be configured for automatic cleanup.
  • Requires local file system access for storing MP3 files.
  • Sensitive AWS credentials may be stored as environment variables.
  • Potential for unauthorized TTS generation if not properly secured.
  • S3 upload functionality introduces risks associated with cloud storage.