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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Servers
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
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.
コメント