Enables text-to-speech capabilities for applications using the MCP protocol.
Say is a text-to-speech (TTS) server designed to work with the MCP protocol, specifically aimed at integrating TTS functionality into applications like Claude Desktop and Cursor IDE. It leverages either the macOS `say` command or the ElevenLabs API to convert text into spoken words. The server registers two tools: `say` for local macOS TTS and `elevenlabs` for cloud-based TTS using the ElevenLabs API. This allows users to easily add voice output to their workflows and applications.