low-latency-tts-api-server-mcp

florianbuetow/low-latency-tts-api-server-mcp
★ 0 stars Python API Integration Updated 1mo ago
Local text-to-speech CLI and API server powered by the tiny tts kokoro model via tts.cpp, with real-time streaming playback
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "low-latency-tts-api-": {
      "command": "uvx",
      "args": [
        "low-latency-tts-api-server-mcp"
      ]
    }
  }
}

Or install with pip: pip install low-latency-tts-api-server-mcp