gradio-transcript-mcp

gradio-transcript-mcp

3.1

If you are the rightful owner of gradio-transcript-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Gradio MCP server to transcribe audio & video from URLs

gradio-transcript-mcp is a Gradio application configured to function as an MCP (Model Control Protocol) server. It is designed to transcribe audio and video from URLs into text. Implementing OpenAI's Whisper and ffmpeg (via yt-dlp), this server enables MCP clients (like Cline) to process multimedia inputs efficiently by downloading and converting content from a given URL. It supports robust handling, including format conversion to WAV and dynamic device selection (CPU or GPU).

Features

  • Transcribes audio and video from URLs using OpenAI's Whisper.
  • Utilizes ffmpeg for media conversion and yt-dlp for downloading.
  • Supports dynamic device selection (CPU or GPU).
  • Exposes transcribe_url function as an MCP tool.
  • Hosted on Hugging Face Spaces for public access.