Skip to main content
Text-to-SpeechPython

mberg/kokoro-tts-mcp

MCP Server that uses the open weight Kokoro TTS models to convert text-to-speech. Can convert text to MP3 on a local driver or auto-upload to an S3 bucket.

text-to-speechlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/mberg/kokoro-tts-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "kokoro-tts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mberg/kokoro-tts-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Text-to-Speech
Language
Python
Author
mberg