Skip to main content
Glama

apple-notifier-mcp

by turlockmike

speak

Convert text to speech on macOS with customizable voice and rate settings. Easily deliver spoken notifications using the apple-notifier-mcp server.

Instructions

Speak text using macOS text-to-speech

Input Schema

NameRequiredDescriptionDefault
rateNoSpeech rate (-50 to 50, defaults to 0)
textYesText to speak
voiceNoVoice to use (defaults to system voice)

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "rate": { "description": "Speech rate (-50 to 50, defaults to 0)", "maximum": 50, "minimum": -50, "type": "number" }, "text": { "description": "Text to speak", "type": "string" }, "voice": { "description": "Voice to use (defaults to system voice)", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from apple-notifier-mcp

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/turlockmike/apple-notifier-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server