High-performance MCP server for transcribing videos from 1000+ platforms using whisper.cpp
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"
]
}
}
}
Run in terminal:
claude mcp add video-transcriber-mc cargo run -- video-transcriber-mcp-rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"video-transcriber-mc": {
"command": "cargo",
"args": [
"run",
"--",
"video-transcriber-mcp-rs"
]
}
}
}