say-mcp-server
@MCP-Mirror
关于 say-mcp-server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"say": {
"command": "node",
"args": [
"/path/to/say-mcp-server/build/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is say-mcp-server?
say-mcp-server is an MCP (Model Context Protocol) server that provides text-to-speech functionality using macOS's built-in say command. It allows AI assistants and other MCP clients to speak text aloud with extensive customization options.
How to use say-mcp-server?
Install via npm (npm install say-mcp-server) and add the server to your MCP settings configuration. Use the speak tool to convert text to speech, and the list_voices tool to see all available macOS voices.
Key features of say-mcp-server
- Text-to-speech via macOS built-in
saycommand - Customizable voice, rate, and volume
- Support for voice modulation, pitch, and emphasis
- Background speech mode for concurrent interactions
- List all available system voices
Use cases of say-mcp-server
- Read search results aloud from other MCP tools
- Narrate YouTube video transcripts
- Speak Apple Notes content
- Provide audio feedback in automated workflows
FAQ from say-mcp-server
What does say-mcp-server do?
It provides text-to-speech capabilities on macOS by calling the system's say command through an MCP interface.
What are the system requirements?
macOS (the server uses the built-in say command) and Node.js version 14.0.0 or higher.
How do I configure say-mcp-server?
Add it to your MCP settings file with the command node and the path to the server's build/index.js.
Can I use background speech?
Yes, set the background parameter to true to run speech in the background and continue other MCP interactions.
How do I list available voices?
Use the list_voices tool—it returns all text-to-speech voices installed on your system.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论