Voice MCP vs Claude Code Tts — MCP Server Comparison | AllMCPs
Side-by-Side Model Context Protocol Comparison
Voice MCP vs Claude Code Tts
In-depth architectural comparison of the Voice MCP and Claude Code Tts 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
Voice MCP
Text-to-Speech · Local stdio
Quality: 56/100 (Good) | Auth: other
Claude Code Tts
Text-to-Speech · Local stdio
Quality: 43/100 (Fair) | Auth: API Key required
Verdict Summary: Choose Voice MCP if you need specialized Text-to-Speech tools running via a local process. Choose Claude Code Tts 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 Voice MCP when:
You need dedicated capabilities in the Text-to-Speech domain.
You prefer local stdio subprocess transport architecture.
Your security boundary fits: other (Paid Service).
You have access to required keys: WALLET_PRIVATE_KEY.
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.
Give Your Agent A Voice: x402 pay-per-call speech on Base with 20 voices, 10 personas, 31 languages, granular speed/quality controls, OpenAI-shaped requests, voice samples, and batch audio.
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.
Category & Scope
Tools & Capabilities Breakdown
Voice MCP Tools (6)
list_voice_catalog
Free discovery tool. Lists all 20 voices, 10 persona voices, 31 language codes, price buckets, character limits, and granular speed/quality controls before a paid voice generation call.
generate_standard_voice
Generate low-cost WAV speech from text using one of 10 standard voices across 31 languages. Best for simple agent narration, status updates, alerts, and short spoken responses. Costs $0.001 for 1-500 chars or $0.003 for 501-2000 chars.
generate_controlled_voice
Generate WAV speech with granular controls for speed and quality. Use this when an agent needs faster, slower, clearer, more polished, or more deliberate delivery. Costs $0.003 for 1-500 chars or $0.006 for 501-2000 chars.
generate_persona_voice
Generate expressive WAV speech with persona voices such as Storyteller, Narrator, Announcer, Assistant, Urgent, Sage, Spark, Anchor, Velvet, or Echo. Best for branded agents, characters, demos, stories, alerts, and premium user experiences. Costs $0.005 for 1-500 chars or $0.01 for 501-2000 chars.
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).
Voice MCP is categorized under Text-to-Speech and uses a local stdio subprocess. In contrast, Claude Code Tts belongs to Text-to-Speech using local stdio subprocess. Select Voice MCP when you need capabilities focused on text-to-speech and Claude Code Tts when you require tools for text-to-speech.
Generate speech using an OpenAI-shaped request with input, voice, model, and response_format fields. Use this for agents or apps already designed around /v1/audio/speech style payloads. Costs $0.001 for 1-500 chars or $0.003 for 501-2000 chars.
generate_batch_voices
Generate WAV audio for up to 20 text items in one paid call using standard voices. Best for queues, notifications, scripted sequences, content batches, and multi-step agent workflows. Costs $0.002 for up to 500 total chars or $0.005 for 501-2000 total chars.
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