Back to MCP Servers

Kokoro Tts

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-speech

Installation

npx -y kokoro-tts-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub