Server data from the Official MCP Registry
AI transcription from URLs. 99% accuracy, speaker diarization, 98+ languages.
AI transcription from URLs. 99% accuracy, speaker diarization, 98+ languages.
Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry.
12 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: SCRIPTIVOX_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"com-scriptivox-www-transcription": {
"env": {
"SCRIPTIVOX_API_KEY": "your-scriptivox-api-key-here"
},
"args": [
"-y",
"@scriptivox/mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
docker run -e SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY sparkleofficialmain/scriptivox-mcp-server
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 |
|---|---|
transcription_url | Transcribe audio/video from a URL — the main feature |
transcription_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 |
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.