🎙️ Parakeet ASR MCP Server
A Model Context Protocol (MCP) server built with Gradio interfaces with a speech-to-text API, serving the model Parakeet TDT 0.6B V2 open-sourced by NVIDIA and hosted on Novita AI (https://novita.ai/templates-library/105929).
This server is free to use and provides high-quality English transcription capabilities, supporting both plain text and SRT subtitle formats.
MCP Server URL
https://viktor-hu-parakeet-asr-mcp-server.hf.space/gradio_api/mcp/sse
Available MCP Tools
transcribe_to_text
: Transcribe the audio file to plain text.transcribe_to_srt
: Transcribe the audio file to SRT subtitle format.
Integration
To add this MCP to clients that support SSE (e.g. Cursor, Windsurf, Cline), simply add the following configuration to your MCP config:
{
"mcpServers": {
"parakeet-asr": {
"url": "https://viktor-hu-parakeet-asr-mcp-server.hf.space/gradio_api/mcp/sse"
}
}
}