gradio-transcript-mcp: Transcribe Audio/Video from URL

This application functions as an MCP server that transcribes audio or video from a URL using OpenAI's Whisper model. It downloads the media, converts it to WAV, and performs the transcription.

Connecting to the Hosted Server

To connect your MCP client that supports SSE to this hosted server, add a configuration entry similar to this:

{
"mcpServers": {
    "gradio-transcript": {
    "url": "https://bismay-gradio-transcript-mcp.hf.space/gradio_api/mcp/sse"
    }
}
}

For more details on setup and MCP usage, see the README.md.

Provide a URL to transcribe audio or YT video.