
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@scriptivox/mcp-server
Advanced tools
MCP server for Scriptivox AI transcription — transcribe audio/video from any AI assistant
MCP (Model Context Protocol) server for Scriptivox — AI-powered audio and video transcription.
Turn any AI assistant into a transcription powerhouse. Transcribe audio and video from URLs with 99% accuracy, speaker diarization, 98+ languages, and word-level timestamps.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"scriptivox": {
"command": "npx",
"args": ["-y", "@scriptivox/mcp-server"],
"env": {
"SCRIPTIVOX_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}
claude mcp add scriptivox -- npx -y @scriptivox/mcp-server
Then set the environment variable SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY.
Any MCP-compatible client can use this server via stdio transport:
SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY npx -y @scriptivox/mcp-server
| Tool | Description |
|---|---|
get_supported_languages | List all 98+ supported transcription languages |
get_pricing | View plans and API pricing |
get_product_info | Learn about Scriptivox capabilities |
get_api_docs | API documentation and quickstart guide |
| Tool | Description |
|---|---|
transcribe_url | Transcribe audio/video from a URL — the main feature |
transcribe_status | Check status of a running transcription |
check_balance | View your API credit balance |
Once connected, just ask your AI assistant:
The server exposes these MCP resources for AI assistants to read:
scriptivox://pricing — Plans and ratesscriptivox://languages — Supported languagesscriptivox://api-docs — API referencetranscribe-audio — Pre-built prompt for URL transcriptionmeeting-notes — Transcribe a meeting and generate structured notes| Environment Variable | Description | Required |
|---|---|---|
SCRIPTIVOX_API_KEY | Your API key (sk_live_...) | For transcription tools |
SCRIPTIVOX_API_URL | Custom API base URL | No (defaults to production) |
MIT
FAQs
MCP server for Scriptivox AI transcription — transcribe audio/video from any AI assistant. 119 languages, speaker diarization, word-level timestamps, full CRUD on transcriptions (submit, cancel, delete, list), and SRT/VTT/text export.
The npm package @scriptivox/mcp-server receives a total of 118 weekly downloads. As such, @scriptivox/mcp-server popularity was classified as not popular.
We found that @scriptivox/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.