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.
Basic information
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
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Media & Design MCP servers
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos
Figma MCP Server
thirdstrandstudioFigma MCP Server with full API functionality
Framelink Figma MCP Server
GLipsMCP server to provide Figma layout information to AI coding agents like Cursor
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
Comments