@scriptivox/mcp-server
@scriptivox/mcp-server
MCP(Model Context Protocol)サーバー(Scriptivox 用)— 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 キーの取得
platform.scriptivox.com にサインアップします
ダッシュボードの Keys に移動します
API キーを作成します(
sk_live_...で始まります)Billing でクレジットを追加します(最低 $5 — API 料金は音声 $0.20/時間)
ツール
検出系ツール(API キー不要)
ツール | 説明 |
| ISO コード付きで、サポートされている 119 言語すべてを一覧表示します |
| プラン、API 料金、ファイルごとの制限を表示します |
| Scriptivox の機能について確認します( |
| API ドキュメントのセクションを確認します( |
文字起こし系ツール(API キー必要)
ツール | 説明 |
| 公開 URL(Google Drive、Dropbox、OneDrive、または直接のファイル URL)から音声・動画を文字起こしします。 |
| ローカルファイルを文字起こしします。内部で3段階のアップロードフローを実行します。最大 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 キー( | 文字起こしツール用 |
| カスタム API ベース URL | いいえ(デフォルトは本番環境) |
料金
無料プラン: 1日あたり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