Speech
Freeby MCP Community
MCP server for text-to-speech conversion using Kokoro TTS
v1.1.2Added Apr 12, 2026
mcpttstext-to-speech
Speech MCP Server
MCP server for text-to-speech conversion using Kokoro TTS
Installation
npx -y speech-mcp-server
Reviews
Installation
Quick install
npx -y speech-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"speech": {
"command": "npx",
"args": ["-y", "speech-mcp-server"]
}
}
}