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.
Quick Start
Clone the repository:
git clone https://github.com/ybouhjira/claude-code-ttsClaude 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.