MCP.so
ログイン

Scriptivox

@SparkleOfficial

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.

基本情報

カテゴリ

メディアとデザイン

トランスポート

stdio

公開者

SparkleOfficial

投稿者

Sparkle Official

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "scriptivox": {
      "command": "npx",
      "args": [
        "-y",
        "@scriptivox/mcp-server"
      ],
      "env": {
        "SCRIPTIVOX_API_KEY": "<YOUR_SCRIPTIVOX_API_KEY>"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「メディアとデザイン」の他のコンテンツ