say-server.md

Say Server

UI App
from"modelcontextprotocol"
2.4k

Text-to-speech demo for voice synthesis

Media
TTSspeechvoiceaudio
install.sh
# Clone the repository
$git clone https://github.com/modelcontextprotocol/ext-apps/tree/main/examples/say-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve