AI transcription from URLs. 99% accuracy, speaker diarization, 98+ languages.
Connect Transcription to Claude, Cursor or any other MCP client and it stops being a tab you switch to. AI transcription from URLs. 99% accuracy, speaker diarization, 98+ languages. The transcription mcp server is what makes that connection.
MCP (Model Context Protocol) server for Scriptivox — AI-powered audio and video transcription.
@scriptivox/mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
get_supported_languages — List all 119 supported transcription languages with ISO codesget_pricing — View plans, API pricing, and per-file limitsget_product_info — Learn about Scriptivox features (transcription, audio-tools, video-tools, subtitle-tools, meeting-bot, api, all)get_api_docs — API documentation sections (quickstart, transcribe, result, list, cancel, delete, upload, balance, webhooks, errors, all)transcribe_url — Transcribe audio/video from a public URL (Google Drive, Dropbox, OneDrive, or direct file URLs). Supports language, diarize, speaker_count, aligntranscribe_upload — Transcribe a LOCAL file. Drives the 3-step upload flow internally. Up to 5 GBtranscribe_status — Check the status of a transcription by ID. Returns the full transcript when completedtranscribe_cancel — Cancel an in-flight transcription. Refunds reserved balance. Idempotenttranscribe_delete — Soft-delete a transcription record. Idempotent. Refuses to delete in-flight jobslist_transcriptions — List recent transcriptions with status, from, to, limit, cursor, order filtersexport_transcript — Export a completed transcript as SRT subtitles, WebVTT subtitles, or plain text. Segmentation knobs: max_words, max_chars, max_durationcheck_balance — View your API credit balance and estimated hours availableConfiguration is passed through the environment: SCRIPTIVOX_API_KEY, SCRIPTIVOX_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Among the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Transcription's toolset — get_supported_languages, get_pricing, get_product_info and 9 more — is a fair guide to whether it matches your workflow. It is maintained by com.scriptivox.www; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_supported_languages | List all 119 supported transcription languages with ISO codes |
| get_pricing | View plans, API pricing, and per-file limits |
| get_product_info | Learn about Scriptivox features (transcription, audio-tools, video-tools, subtitle-tools, meeting-bot, api, all) |
| get_api_docs | API documentation sections (quickstart, transcribe, result, list, cancel, delete, upload, balance, webhooks, errors, all) |
| transcribe_url | Transcribe audio/video from a public URL (Google Drive, Dropbox, OneDrive, or direct file URLs). Supports language, diarize, speaker_count, align, webhook_url, idempotency_key, await_completed. |
| transcribe_upload | Transcribe a LOCAL file. Drives the 3-step upload flow internally. Up to 5 GB. |
| transcribe_status | Check the status of a transcription by ID. Returns the full transcript when completed. |
| transcribe_cancel | Cancel an in-flight transcription. Refunds reserved balance. Idempotent. |
| transcribe_delete | Soft-delete a transcription record. Idempotent. Refuses to delete in-flight jobs. |
| list_transcriptions | List recent transcriptions with status, from, to, limit, cursor, order filters. |
| export_transcript | Export a completed transcript as SRT subtitles, WebVTT subtitles, or plain text. Segmentation knobs: max_words, max_chars, max_duration, sentence_aware, include_speakers, strip_chars. |
| check_balance | View your API credit balance and estimated hours available. |
{
"mcpServers": {
"scriptivox": {
"command": "npx",
"args": ["-y", "@scriptivox/mcp-server"],
"env": {
"SCRIPTIVOX_API_KEY": "sk_live_YOUR_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SCRIPTIVOX_API_KEY | Credential the server authenticates with. | Yes |
| SCRIPTIVOX_API_URL | Endpoint or connection string the server talks to. | Yes |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.