transcript-server.md

Transcript Server

UI App
from"modelcontextprotocol"
2.4k

Live speech transcription for real-time audio-to-text

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