Skip to main content
Glama

Say MCP Server

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" }
Install Server

Other Tools from Say MCP Server

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/bmorphism/say-mcp-server'

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