say-mcp-server
@bmorphism
About say-mcp-server
MCP server for macOS text-to-speech functionality
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"say": {
"command": "node",
"args": [
"/path/to/say-mcp-server/build/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is say-mcp-server?
say-mcp-server is an MCP server that provides text-to-speech functionality using macOS’s built-in say command. It enables AI assistants to speak text aloud with extensive customization, intended for macOS users who want auditory output from their MCP tools.
How to use say-mcp-server?
Install the package via npm install say-mcp-server, then add the server to your MCP settings configuration file. Once configured, use the speak tool to read text aloud or the list_voices tool to see available system voices.
Key features of say-mcp-server
- Uses macOS’s built-in
saycommand for text-to-speech - Supports voice selection, speaking rate, and volume control
- Allows speech to run in the background
- Includes advanced tags for pitch, emphasis, and silence insertion
- Lists all available system voices with one command
Use cases of say-mcp-server
- Read search results aloud using Marginalia Search
- Narrate YouTube video transcripts in real time
- Provide audio feedback from Apple Notes content
- Run long speech in background while performing other MCP actions
FAQ from say-mcp-server
What does say-mcp-server do?
It gives an MCP client the ability to convert text into spoken audio on macOS using the system’s say command.
What are the requirements to run say-mcp-server?
You need macOS (for the built-in say command) and Node.js version 14.0.0 or higher.
How can I customize the speech output?
You can set the voice, speaking rate (1–500 words per minute), and use inline tags like [[slnc 500]] for silence, [[rate 200]] for speed changes, [[volm 0.5]] for volume, and [[emph +]] for emphasis.
Can the speech run without blocking other MCP interactions?
Yes, by setting the background parameter to true the speech runs asynchronously, allowing you to perform other MCP tool calls immediately after.
Does say-mcp-server work on Windows or Linux?
No. It relies on macOS’s say command and will not function on non-macOS systems.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments