MCP-Say is a server implementation that provides text-to-speech capabilities through both native system voices and ElevenLabs integration. Developed by blacktop, it exposes two main tools: 'say' for using local system voices and 'elevenlabs' for cloud-based high-quality voice synthesis. The server handles JSON-RPC requests following the MCP protocol, with safeguards against command injection attacks as evidenced by the test files. Built with Go and leveraging the beep audio library, it's particularly valuable for AI assistants that need to vocalize responses or generate audio content without requiring users to leave their conversation interface.
No reviews yet. Be the first to review!
Sign in to join the conversation
Uses the macOS `say` binary to speak the text with built-in system voices.
Uses the ElevenLabs text-to-speech API to speak the text with premium AI voices.
Uses Google's Gemini TTS models to speak the text with 30 high-quality voices.
Uses OpenAI's Text-to-Speech API to speak the text with 10 natural-sounding voices, supporting speed control and custom voice instructions.