@scriptivox/mcp-server
Allows transcription of audio and video files hosted on Dropbox by providing a public URL.
Allows transcription of audio and video files hosted on Google Drive by providing a public URL.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@scriptivox/mcp-serverTranscribe this meeting recording with speaker identification: https://example.com/meeting.mp3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@scriptivox/mcp-server
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 or local files with 99% accuracy, speaker diarization, 119 languages, and word-level timestamps. Plus full CRUD on transcriptions (cancel, delete, list) and caption export in SRT / WebVTT / plain text.
Quick Start
Claude Desktop
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 Code
claude mcp add scriptivox -- npx -y @scriptivox/mcp-serverThen set the environment variable SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY.
Other MCP Clients
Any MCP-compatible client can use this server via stdio transport:
SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY npx -y @scriptivox/mcp-serverRelated MCP server: Video Transcriber MCP Server
Getting an API Key
Sign up at platform.scriptivox.com
Go to Keys in the dashboard
Create an API key (starts with
sk_live_...)Add credits at Billing ($5 minimum — API pricing is $0.20/hour of audio)
Tools
Discovery tools (no API key required)
Tool | Description |
| List all 119 supported transcription languages with ISO codes |
| View plans, API pricing, and per-file limits |
| Learn about Scriptivox features ( |
| API documentation sections ( |
Transcription tools (API key required)
Tool | Description |
| Transcribe audio/video from a public URL (Google Drive, Dropbox, OneDrive, or direct file URLs). Supports |
| Transcribe a LOCAL file. Drives the 3-step upload flow internally. Up to 5 GB. |
| Check the status of a transcription by ID. Returns the full transcript when completed. |
| Cancel an in-flight transcription. Refunds reserved balance. Idempotent. |
| Soft-delete a transcription record. Idempotent. Refuses to delete in-flight jobs. |
| List recent transcriptions with |
| Export a completed transcript as SRT subtitles, WebVTT subtitles, or plain text. Segmentation knobs: |
| View your API credit balance and estimated hours available. |
Tip: always pass language when you know it
Auto-detection works in most cases but has a small failure rate on short clips, code-switched audio, or files starting with music. Passing the ISO code is both faster and more accurate.
Usage examples
Once connected, ask your AI assistant:
"Transcribe this podcast: https://example.com/episode.mp3 — it's in English"
"Transcribe ~/Downloads/meeting.m4a with speaker identification"
"Show me my last 5 transcriptions"
"Cancel transcription abc123-…"
"Export transcription abc123-… as SRT subtitles, 2 words per caption"
"What languages does Scriptivox support?"
"Check my Scriptivox balance"
Resources
The server exposes these MCP resources for AI assistants to read:
scriptivox://pricing— Plans and ratesscriptivox://languages— Supported languagesscriptivox://api-docs— API reference
Prompts
transcribe-audio— Pre-built prompt for URL transcriptionmeeting-notes— Transcribe a meeting and generate structured notes
Configuration
Environment Variable | Description | Required |
| Your API key ( | For transcription tools |
| Custom API base URL | No (defaults to production) |
Pricing
Free plan: 3 transcriptions/day, 30 min max
Pro plan: $20/month — unlimited transcriptions
API: $0.20/hour of audio (pay-as-you-go)
Links
Scriptivox — Main website
API Documentation — Full API reference
Dashboard — Manage your account
Smithery — MCP server registry
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceThis service provides fast and reliable transcriptions for audio/video files and voice memos. It allows LLMs to interact with the text content of audio/video file.8MIT
- AlicenseAqualityAmaintenanceTranscribes videos from 1000+ platforms (YouTube, TikTok, Vimeo, etc.) and local video files using OpenAI's Whisper model, with support for 90+ languages and multiple output formats.8574MIT
- AlicenseAqualityFmaintenanceEnables AI assistants to transcribe audio files from URLs or local paths using AssemblyAI's services, with support for speaker diarization, language detection, and asynchronous job management through a standardized MCP interface.4132MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to fetch YouTube video transcripts with precise timestamps, multi-language support, and time-range filtering.31MIT
Related MCP Connectors
Transcripts from YouTube, TikTok, Instagram and direct media files, with AI transcription fallback.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
AI-manageable audio CDN: upload, transcode, normalize, stream & deliver audio, plus grounded docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/SparkleOfficial/scriptivox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server