mcpbeat Sign in
local only

Orcadub MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from npm. Last commit 24 Jul 2026.

AI video dubbing via OrcaRouter (model orca/dub): upload a video or URL, poll, download the MP4.

Installs per day peak 28 · avg 15 · +47% w/w
a month agotoday
95
Installs / week
npm · @orcadub/cli
6
Stars
0 open issues
24 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node install.js
File ships in the package but is absent from the source [пакет] install.js:1, [пакет] bin/run.js:1
этот файл ставится пользователю, но в репозитории его нет
const child = spawn(bin, process.argv.slice(2), { stdio: "inherit" });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add orcadub-mcp-server -- npx -y @orcadub/cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "orcadub-mcp-server": {
      "args": [
        "-y",
        "@orcadub/cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.orcadub-mcp-server]
command = "npx"
args = ["-y", "@orcadub/cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "orcadub-mcp-server": {
      "args": [
        "-y",
        "@orcadub/cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "orcadub-mcp-server": {
      "args": [
        "-y",
        "@orcadub/cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ORCADUB_API_KEY (OrcaRouter API key (sk-orca-...). Create one at https://www.orcarouter.ai/console.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Orcadub MCP Server

same job, measured the same way
Cloud API Hub Youtube Downloader
by jojapi

Cloud Api Hub - Youtube Downloader: Get Youtube video info and download links to MP4 or MP3 file.

13 tools answering
Ffmpeg Micro
by ffmpeg-micro

MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

146 installs/wk answering
OpenRouter
by tsilva

MCP server providing access to 300+ AI models via OpenRouter

127 installs/wk local only
Tiktok Download Video
by jojapi

TikTok Download Video: TikTok API 🔥 300/month is free The most powerful Tiktok Api available The.

19 tools answering
Youtube Download API
by jojapi

Youtube Download API: Download audio and video from YouTube. On the JoJ API marketplace.

2 tools answering
Oriora Router
by orioralabs

AI model routing on your own vendor keys: pick the best model per prompt, or route and run it.

answering
Filetourl
by filetourl

Upload a file and get a public shareable URL via API or MCP.

7 tools answering
Video Extract
by yanlinglabs

Download any video from a URL, or get its transcript and key frames. All local, no API keys.

358 installs/wk local only

Orcadub MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Orcadub MCP Server?
Orcadub MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @orcadub/cli was installed 95 times last week.
How do I connect Orcadub MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @orcadub/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Orcadub MCP Server?
The npm package @orcadub/cli was installed 95 times in the last week. Week over week that is +47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Orcadub MCP Server open source?
Yes — it is published under the MIT licence, written in Go and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.