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

Installation

npx -y claude-code-tts

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub