@scriptivox/mcp-server
@scriptivox/mcp-server
用于 Scriptivox 的 MCP(模型上下文协议)服务器 —— AI 驱动的音频和视频转录。
让任何 AI 助手都变成转录利器。可以从 URL 或本地文件转录音频和视频,具备 99% 的准确率、说话人分离、119 种语言以及词级时间戳。此外还支持完整的转录 CRUD 操作(取消、删除、列出)以及 SRT / WebVTT / 纯文本字幕导出。
快速开始
Claude Desktop
在 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-server然后设置环境变量 SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY。
其他 MCP 客户端
任何兼容 MCP 的客户端都可以通过 stdio 传输使用此服务器:
SCRIPTIVOX_API_KEY=sk_live_YOUR_KEY npx -y @scriptivox/mcp-serverRelated MCP server: Video Transcriber MCP Server
获取 API Key
在 platform.scriptivox.com 注册账号
进入仪表盘中的 Keys
创建一个 API key(以
sk_live_...开头)在 Billing 充值(最低 $5 —— API 定价为 $0.20/小时音频)
工具
发现工具(无需 API key)
工具 | 说明 |
| 列出全部 119 种受支持转录语言及 ISO 代码 |
| 查看套餐、API 定价和单文件限制 |
| 了解 Scriptivox 功能( |
| API 文档章节( |
转录工具(需要 API key)
工具 | 说明 |
| 从公共 URL(Google Drive、Dropbox、OneDrive 或直接文件链接)转录音频/视频。支持 |
| 转录本地文件。内部完成三步上传流程。最大 5 GB。 |
| 按 ID 检查转录状态。完成时返回完整转录文本。 |
| 取消进行中的转录。退还预留的余额。幂等。 |
| 软删除一条转录记录。幂等。拒绝删除进行中的任务。 |
| 列出最近的转录,支持 |
| 将已完成的转录导出为 SRT 字幕、WebVTT 字幕或纯文本。分段参数: |
| 查看您的 API 积分余额和预计可用时长。 |
提示:知道语言时始终传入 language
自动检测在大多数情况下都能正常工作,但在短视频片段、语码切换的音频或文件开头是音乐的情况下存在少量失败率。传入 ISO 代码既更快也更准确。
使用示例
连接后,可以让你的 AI 助手执行以下操作:
"转录这个播客:https://example.com/episode.mp3 —— 它是英文的"
"转录 ~/Downloads/meeting.m4a,并带说话人识别"
"显示我最近 5 条转录"
"取消转录 abc123-…"
"将转录 abc123-… 导出为 SRT 字幕,每条字幕 2 个词"
"Scriptivox 支持哪些语言?"
"查看我的 Scriptivox 余额"
资源
服务器为 AI 助手提供以下 MCP 资源以供读取:
scriptivox://pricing— 套餐和价格scriptivox://languages— 支持的语言scriptivox://api-docs— API 参考
提示
transcribe-audio— 用于 URL 转录的预置提示meeting-notes— 转录一场会议并生成结构化会议笔记
配置
环境变量 | 说明 | 是否必需 |
| 您的 API key( | 转录工具需要 |
| 自定义 API 基础 URL | 否(默认使用生产环境) |
定价
免费套餐:每天 3 次转录,最长 30 分钟
Pro 套餐:$20/月 —— 不限转录次数
API:$0.20/小时音频(按量付费)
链接
Scriptivox — 官方网站
API 文档 — 完整 API 参考
仪表板 — 管理您的账号
Smithery — MCP 服务器注册中心
许可证
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