Skip to main content
Text-to-SpeechGo

ybouhjira/claude-code-tts

MCP server plugin for Claude Code that converts text to speech using OpenAI's TTS API. Features 6 voices, worker pool architecture, mutex-protected playback, and cross-platform support.

text-to-speechcloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/ybouhjira/claude-code-tts

Claude Desktop configuration example:

{
  "mcpServers": {
    "claude-code-tts": {
      "command": "npx",
      "args": [
        "-y",
        "ybouhjira/claude-code-tts"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Text-to-Speech
Language
Go
Author
ybouhjira