Say MCP Server

MIT License
7
11
  • Apple

speak

Convert text into speech on macOS with adjustable voice, speed, and background operation for uninterrupted workflow.

Instructions

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 from Say MCP Server

Related Tools

ID: lmmqoe15jp