tlaanemaa/say-mcp
3.1
If you are the rightful owner of say-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Say MCP is a server that enables AI agents to communicate with users through text-to-speech.
Tools
1
Resources
0
Prompts
0
🗣️ Say MCP
Give your AI agent a voice! This MCP server lets AI agents speak directly to you through text-to-speech.
"Finally, my AI can tell me dad jokes out loud!" 🎭
🚀 Quick Start
Add to your Cursor MCP configuration:
{
"mcpServers": {
"say": {
"command": "npx",
"args": ["-y", "say-mcp"]
}
}
}
That's it! Your AI can now talk to you. ✨
🛠️ Available Tools
🎤 speak
Your AI's voice! Speaks text aloud to the user.
Parameters:
text(string, required): What you want to say to the userspeed(number, optional): Speech speed from 0.1 (very slow) to 3.0 (very fast). Default: 1.0
Example Usage:
{
"tool": "speak",
"arguments": {
"text": "Hello! I can now speak to you directly. 🤖",
"speed": 1.2
}
}
🌍 Platform Support
- Windows: Uses built-in SAPI voices 🪟
- macOS: Uses built-in
saycommand 🍎 - Linux: Requires
espeakorfestival🐧
Development
npm install
npm run build
npm start
License
MIT - Taavi Laanemaa