Home › Other › scriptivox-mcp-server

scriptivox-mcp-server

AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.

TypeScript Remote
★ 11 stars Last pushed 2026-08-28 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://platform.scriptivox.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http scriptivox-mcp-server https://platform.scriptivox.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "scriptivox-mcp-server": {
      "url": "https://platform.scriptivox.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Scriptivox API key. OPTIONAL: get_pricing, get_supported_languages, get_product_info and get_api_docs work without it. The transcription tools need it.

Package (npm 1.1.3)

npx -y @scriptivox/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "scriptivox-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@scriptivox/[email protected]"
      ],
      "env": {
        "SCRIPTIVOX_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SCRIPTIVOX_API_KEY secret — Your Scriptivox API key (starts with sk_live_). Get one at https://scriptivox.com

Package (oci)

docker run -i --rm docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3

Or add to your MCP client config:

{
  "mcpServers": {
    "scriptivox-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/sparkleofficialmain/scriptivox-mcp-server:1.1.3"
      ],
      "env": {
        "SCRIPTIVOX_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • SCRIPTIVOX_API_KEY secret — Your Scriptivox API key (starts with sk_live_). Get one at https://scriptivox.com

Related servers

Data from the Official MCP Registry