Say MCP Server

speak

Use macOS text-to-speech to speak text aloud

Input Schema

NameRequiredDescriptionDefault
backgroundNoRun speech in background to unblock further MCP interaction
rateNoSpeaking rate (words per minute)
textYesText to speak
voiceNoVoice to use (e.g., "Alex", "Victoria", "Daniel")Alex

Input Schema (JSON Schema)

{ "properties": { "background": { "default": false, "description": "Run speech in background to unblock further MCP interaction", "type": "boolean" }, "rate": { "default": 175, "description": "Speaking rate (words per minute)", "maximum": 500, "minimum": 1, "type": "number" }, "text": { "description": "Text to speak", "type": "string" }, "voice": { "default": "Alex", "description": "Voice to use (e.g., \"Alex\", \"Victoria\", \"Daniel\")", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools