Scriptivox
@SparkleOfficial
About Scriptivox
MCP server for Scriptivox AI transcription. Transcribe audio and video from URLs or local files in 119 languages, with speaker diarization, word-level timestamps, and SRT/VTT/text export. Bring transcription to Claude Desktop, Cursor, Cline, and any MCP-compatible client.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"scriptivox": {
"command": "npx",
"args": [
"-y",
"@scriptivox/mcp-server"
],
"env": {
"SCRIPTIVOX_API_KEY": "<YOUR_SCRIPTIVOX_API_KEY>"
}
}
}
}Tools
14List all languages supported by Scriptivox for audio/video transcription. Returns language names and ISO codes. No API key required.
Get Scriptivox pricing information including subscription plans (Free, Pro, Team) and API pay-as-you-go rates. Includes signup URLs. No API key required.
Get information about Scriptivox capabilities: transcription, audio tools, video tools, subtitle tools, meeting bot, or API. No API key required.
Get Scriptivox API documentation. Sections: quickstart, transcribe, result, list, cancel, delete, upload, balance, webhooks, errors. No API key required.
Check your Scriptivox API credit balance, available hours, and pricing. Requires a configured API key.
Transcribe audio or video from a public URL using Scriptivox AI. Supports 119 languages, speaker diarization, and word-level timestamps. RECOMMENDED: always pass the `language` parameter explicitly when you know the audio language — auto-detect has a small failure rate on short clips, code-switched audio, or files starting with music. Requires a configured API key.
Check the status of a Scriptivox transcription job. Use this for long-running transcriptions, after a timeout, or to verify completion. Requires a configured API key.
[DEPRECATED — use transcribe_url instead] Alias kept for backward compatibility with @scriptivox/[email protected]. Will be removed in 2.0.0. Identical behavior to transcribe_url.
[DEPRECATED — use transcribe_status instead] Alias kept for backward compatibility with @scriptivox/[email protected]. Will be removed in 2.0.0. Identical behavior to transcribe_status.
Transcribe a LOCAL file by uploading it to Scriptivox. Drives the 3-step upload flow internally. Same options as transcribe_url. Use when the file isn't on a public URL. Max file size 5 GB. Requires a configured API key.
Cancel an in-flight Scriptivox transcription and release any reserved balance. Idempotent. Returns 409 CONFLICT on already-terminal jobs. Requires a configured API key.
Soft-delete a Scriptivox transcription record. Idempotent. Returns 409 CONFLICT if the job is still in-flight — cancel first via transcribe_cancel. Requires a configured API key.
List recent transcriptions for the configured API key, with optional status/date filters and cursor pagination. The full transcript body is omitted — fetch transcribe_status per id to read it. Requires a configured API key.
Export a completed Scriptivox transcript as SRT subtitles, WebVTT subtitles, or plain text. Supports segmentation knobs (max_words, max_chars, max_duration, sentence_aware, include_speakers, strip_chars). Requires the transcription to be in `completed` status. Requires a configured API key.
Overview
What is Scriptivox?
Scriptivox is an MCP server that exposes 14 tools for audio and video transcription, allowing any MCP client to transcribe from public URLs or local files. It is built for developers who need programmatic, multi-language transcription with features like speaker diarization and word-level timestamps.
How to use Scriptivox?
Obtain an API key from platform.scriptivox.com/keys, add credits (minimum $5, billed at $0.20 per hour of audio), and add the server configuration to your MCP client (e.g., Claude Desktop, Cursor). The server is available as an npm package (@scriptivox/mcp-server) and a multi-arch Docker image.
Key features of Scriptivox
- 119 languages with automatic language detection
- Speaker diarization with word-level alignment
- Word-level timestamps and confidence scores
- Idempotency keys, webhooks, and pagination
- Multi-arch Docker image (linux/amd64 + linux/arm64)
- 14 tools covering transcription, job management, and discovery
Use cases of Scriptivox
- Transcribing audio from a public URL (mp3, mp4, etc.)
- Uploading and transcribing local files up to 5 GB
- Exporting transcripts as SRT, VTT, or plain text
- Monitoring API credit balance via
check_balance - Discovering supported languages, pricing, and API documentation without a key
FAQ from Scriptivox
What languages does Scriptivox support?
Scriptivox supports 119 languages with automatic language detection.
What is the maximum file size for upload?
Local file uploads support files up to 5 GB.
How is pricing structured?
Pricing is $0.20 per hour of audio, with a minimum credit purchase of $5.
Where do I get an API key?
API keys can be created at platform.scriptivox.com/keys.
Can I run Scriptivox in Docker?
Yes, a multi-arch Docker image is available at sparkleofficialmain/scriptivox-mcp-server.
Frequently asked questions
What languages does Scriptivox support?
Scriptivox supports 119 languages with automatic language detection.
What is the maximum file size for upload?
Local file uploads support files up to 5 GB.
How is pricing structured?
Pricing is $0.20 per hour of audio, with a minimum credit purchase of $5.
Where do I get an API key?
API keys can be created at platform.scriptivox.com/keys.
Can I run Scriptivox in Docker?
Yes, a multi-arch Docker image is available at sparkleofficialmain/scriptivox-mcp-server.
Basic information
More Media & Design MCP servers

diggercamp
Tommaso Savorana (ti es)diggercamp finds independent music by how it sounds. Paste any Bandcamp, YouTube or SoundCloud link and get the closest sonic matches from 4M+ independent tracks — matched by rhythm, timbre, key and energy, not genre tag
Spotify MCP Server
marcelmaraisLightweight MCP server for Spotify

Google Maps
modelcontextprotocolModel Context Protocol Servers

SceneF — San Francisco Movie Showtimes
SceneFBuilt by movie lovers, for movie lovers and their assistants. San Francisco is one of the last great moviegoing cities — single-screen neighborhood houses from the 1920s, repertory calendars that change nightly, 35mm and
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Comments