Home › Other › scriptivox-mcp-server
scriptivox-mcp-server
AI transcription from URLs or files. 119 languages, diarization, SRT/VTT/text export.
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>"
}
}
}
}
Authorizationsecret — 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/mcp-server@1.1.3
Or add to your MCP client config:
{
"mcpServers": {
"scriptivox-mcp-server": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server@1.1.3"
],
"env": {
"SCRIPTIVOX_API_KEY": "<YOUR_VALUE>"
}
}
}
}
SCRIPTIVOX_API_KEYsecret — 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_KEYsecret — Your Scriptivox API key (starts with sk_live_). Get one at https://scriptivox.com
Related servers
browser-use
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
servers
MCP server that exercises all the features of the MCP protocol
World Monitor
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
paperclip
Trending hip-hop artist momentum scores across four cultural dimensions.
ruflo
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Chrome DevTools MCP
MCP server for Chrome DevTools
Data from the Official MCP Registry