MCP Server
Active
MIT
io.github.Continuum-AI-Corp/orcadub-mcp-server MCP Server
io.github.Continuum-AI-Corp/orcadub-mcp-server
What is the io.github.Continuum-AI-Corp/orcadub-mcp-server MCP server?
AI video dubbing via OrcaRouter (model orca/dub): upload a video or URL, poll, download the MP4.
How to install io.github.Continuum-AI-Corp/orcadub-mcp-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
ORCADUB_API_KEYrequiredsecretOrcaRouter API key (sk-orca-...). Create one at https://www.orcarouter.ai/console.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"orcadub-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orcadub/cli"
],
"env": {
"ORCADUB_API_KEY": "<YOUR_ORCADUB_API_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"orcadub-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orcadub/cli"
],
"env": {
"ORCADUB_API_KEY": "<YOUR_ORCADUB_API_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"orcadub-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orcadub/cli"
],
"env": {
"ORCADUB_API_KEY": "<YOUR_ORCADUB_API_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"orcadub-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orcadub/cli"
],
"env": {
"ORCADUB_API_KEY": "<YOUR_ORCADUB_API_KEY>"
}
}
}
}Claude Code
claude mcp add orcadub-mcp-server --env ORCADUB_API_KEY=<YOUR_ORCADUB_API_KEY> -- npx -y @orcadub/cliRelated MCP servers
OrcaRouter
Maintained
Browse 160+ LLM models and live pricing — no API key needed for catalog. Add key to route chat.
7
View repository →TypeScript
MIT