video-transcriber-mcp-rs

nhatvu148/video-transcriber-mcp-rs
★ 9 stars Rust 🔍 Search Updated 1mo ago
High-performance MCP server for transcribing videos from 1000+ platforms using whisper.cpp
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "video-transcriber-mc": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "video-transcriber-mcp-rs"
      ]
    }
  }
}