text-to-speech

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.

python
local
text-to-speech
0
View on GitHub

Installation

npx -y mberg/kokoro-tts-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/mberg/kokoro-tts-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub