Server Transcript
Freeby MCP Community
MCP App Server for live speech transcription
v1.5.0Added Apr 12, 2026
Server Transcript MCP Server
MCP App Server for live speech transcription
Installation
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-transcript
Add to claude_desktop_config.json
{
"mcpServers": {
"server-transcript": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-transcript"]
}
}
}