stt2tts-mcp

pygodzilla/stt2tts-mcp
★ 1 stars Python AI/LLM Updated today
Local-first STT/TTS MCP server with hot-swappable engines (faster-whisper, piper, kokoro, coqui, ollama, lmstudio, openai).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "stt2tts-mcp": {
      "command": "uvx",
      "args": [
        "stt2tts-mcp"
      ]
    }
  }
}

Or install with pip: pip install stt2tts-mcp