mac-say-mcp
Related Servers
Alternatives to mac-say-mcp
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityBmaintenanceText-to-speech MCP server using Microsoft Edge TTS, supporting multiple voices and async processing.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that converts text into lifelike speech using Microsoft Edge's Text-to-Speech service, supporting customizable voice, rate, volume, and pitch.4MIT
- AlicenseNot gradedqualityDmaintenanceProfile-driven MCP server for Google Cloud Text-to-Speech that exposes tools to synthesize text to speech, run diagnostics, and stop playback, with voice and settings locked per profile.1MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that leverages the Microsoft Edge TTS service to provide high-quality text-to-speech capabilities across over 80 languages. It enables users to generate audio files, query available voices, and create subtitle files using natural language commands.-
- FlicenseNot gradedqualityBmaintenanceEnables generating spoken audio from text and retrieving available voice characters and styles through MCP tools on macOS.-
- FlicenseNot gradedqualityCmaintenanceA native macOS MCP server for voice input and output, allowing Claude to listen and speak with offline speech recognition and TTS.1-
TDQS
Scored across 5 tools
Each tool has a distinct purpose: speaking text, saving to audio, listing voices, demoing a voice, and system info. The only potential overlap between tts_speak and tts_voice_demo is resolved by voice_demo's specific focus on testing a voice with a fixed phrase.
All tools share the tts_ prefix and use snake_case, but the pattern is mixed: tts_speak, tts_save_audio, and tts_list_voices are verb-first, while tts_voice_demo and tts_system_info are noun-first compounds. This prevents a perfect score despite overall readability.
Five tools is well-scoped for a focused text-to-speech server, covering core operations without unnecessary bloat or missing essentials.
The set covers the full TTS workflow: listing voices, speaking text, saving audio, demoing voices, and checking system capabilities. No obvious gaps exist for the stated domain.