MCP.so
Sign In

MCP Transcribe Online Videos

@shivvor2

About MCP Transcribe Online Videos

MCP server for obtaining transcriptions given a valid video url

Basic information

Category

Other

License

GPL-3.0 license

Runtime

python

Transports

stdio

Publisher

shivvor2

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp_transcribe_online_vids": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "-r",
        "requirements.txt"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP Transcribe Online Videos?

A FastMCP server that allows LLMs to access and transcribe online videos from YouTube and Bilibili. It uses Replicate for cloud-based transcription via WhisperX models and 0x0.st for temporary file hosting.

How to use MCP Transcribe Online Videos?

Install Python 3.12+, Conda, ffmpeg, and sqlite, then install Python dependencies with uv. Configure the `.env

Comments

More Other MCP servers