Back to MCP Servers
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-speechapiai
By ybouhjira
Installation
npx -y claude-code-ttsConfiguration
{
"mcpServers": {
"claude-code-tts": {
"command": "npx",
"args": ["-y", "claude-code-tts"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes