Speak
Freeby MCP Community
A MCP server that provides the ability to speak text using the system's text-to-speech engine.
v1.0.0Added Apr 12, 2026
mcpmcp servertext-to-speechspeechtts
Speak MCP Server
A MCP server that provides the ability to speak text using the system's text-to-speech engine.
Installation
Reviews
Installation
Quick install
npx -y @passelin/mcp-server-speak
Add to claude_desktop_config.json
{
"mcpServers": {
"speak": {
"command": "npx",
"args": ["-y", "@passelin/mcp-server-speak"]
}
}
}