Odel
orcadub mcp server

orcadub mcp server

Local
@continuum-ai-corp5GoMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@orcadub/cliv1.4.0

Run

npx -y @orcadub/cli

MCP client config

{
  "mcpServers": {
    "orcadub-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@orcadub/cli"
      ]
    }
  }
}