Back to Apps

Claude Code TTS
Supports UIby ybouhjira
Text-to-Speech MCP plugin for Claude Code that converts AI responses into audio using OpenAI TTS.
0 stars
Works in:claude
Exposes:Tools
What it does
Integrates OpenAI's TTS API into the MCP ecosystem, specifically targeting Claude Code. It allows developers to hear audio feedback from the AI while coding, featuring a deterministic 'Stop hook' that automatically speaks the first sentence of every response.
Tools
speak(text, voice): Converts a specified text string into audio using one of six high-quality voices (alloy, echo, fable, onyx, nova, shimmer).tts_status(): Returns the current status of the worker pool, queue size, and processing statistics.
Installation
{
"mcpServers": {
"claude-code-tts": {
"command": "~/.claude/plugins/claude-code-tts/bin/tts-server"
}
}
}
Supported hosts
- Claude Code
Quick install
curl -fsSL https://raw.githubusercontent.com/ybouhjira/claude-code-tts/main/install.sh | bashInformation
- Pricing
- freemium
- Published
- 5/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"claude-code-tts": {
"command": "~/.claude/plugins/claude-code-tts/bin/tts-server"
}
}
}





