Say (Text-to-Speech)
Summary
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.
Available Actions(2)
say
Uses the macOS 'say' binary to speak the text. Parameters: text (string), rate (optional integer)
elevenlabs
Uses the elevenlabs text-to-speech API to speak the text. Parameters: text (string)
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation