In-depth architectural comparison of the Claude Code Tts and Kokoro Tts MCP MCP servers. Compare execution transports, security boundaries, tool capabilities, quality scores, and ready-to-paste client installation snippets for Claude, Cursor, Windsurf, and VS Code.
At a Glance & Executive Verdict
Claude Code Tts
Text-to-Speech · Local stdio
Quality: 43/100 (Fair) | Auth: API Key required
Kokoro Tts MCP
Text-to-Speech · Local stdio
Quality: 44/100 (Fair) | Auth: No auth required
Verdict Summary: Choose Claude Code Tts if you need specialized Text-to-Speech tools running via a local process. Choose Kokoro Tts MCP if your workspace requires Text-to-Speech integration with local subprocess execution. Both servers can be configured concurrently in your client's mcpServers manifest.
Which MCP Server Should You Choose?
Choose Claude Code Tts when:
You need dedicated capabilities in the Text-to-Speech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: API Key required (BYOK (Pay Provider Direct)).
You have access to required keys: OPENAI_API_KEY.
Primary tools included: Integration with OpenAI TTS API (model tts-1), Six selectable voices: alloy, echo, fable, onyx, nova, shimmer, Worker pool architecture with queue for concurrent processing.
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.
MCP Server that uses the open weight Kokoro TTS models to convert text-to-speech. Can convert text to MP3 on a local driver or auto-upload to an S3 bucket.
Category & Scope
Tools & Capabilities Breakdown
Claude Code Tts Tools (6)
Integration with OpenAI TTS API (model tts-1)
Six selectable voices: alloy, echo, fable, onyx, nova, shimmer
Worker pool architecture with queue for concurrent processing
Mutex-protected audio playback to prevent overlapping sounds
Cross-platform audio playback support (afplay, mpv, ffplay, mpg123, PowerShell)
Automatic deterministic TTS via Stop hook in Claude Code
Kokoro Tts MCP Tools (5)
Ready-to-Paste Client Configurations
Paste either (or both) of these JSON server blocks into your client config file (e.g. claude_desktop_config.json or ~/.cursor/mcp.json).
Claude Code Tts is categorized under Text-to-Speech and uses a local stdio subprocess. In contrast, Kokoro Tts MCP belongs to Text-to-Speech using local stdio subprocess. Select Claude Code Tts when you need capabilities focused on text-to-speech and Kokoro Tts MCP when you require tools for text-to-speech.