This is a Model Context Protocol (MCP) server that provides text-to-speech capabilities using the native MacOS say command. It allows AI agents (like Claude Desktop or Gemini CLI) to speak to you directly.
Note: This server is strictly for MacOS systems.
Server Config
{
"mcpServers": {
"voice": {
"command": "python3",
"args": [
"/ABSOLUTE/PATH/TO/speak_server.py"
]
}
}
}