@scriptivox/mcp-server
@scriptivox/mcp-server
Scriptivox용 MCP(Model Context Protocol) 서버 — 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).
도구
Discovery 도구(API 키 불필요)
도구 | 설명 |
| 지원되는 119개 전사 언어를 ISO 코드와 함께 나열합니다. |
| 요금제, API 가격, 파일당 제한을 확인합니다. |
| Scriptivox 기능을 살펴봅니다( |
| API 문서 섹션( |
전사 도구(API 키 필요)
도구 | 설명 |
| 공개 URL(Google Drive, Dropbox, OneDrive 또는 직접 파일 URL)에서 오디오/비디오를 전사합니다. |
| 로컬 파일을 전사합니다. 3단계 업로드 흐름을 내부적으로 실행합니다. 최대 5GB. |
| ID로 전사 상태를 확인합니다. 완료 시 전체 전사 결과를 반환합니다. |
| 진행 중인 전사를 취소합니다. 예약된 잔액을 환불하며, 멱등적입니다. |
| 전사 기록을 소프트 삭제합니다. 멱등적이며, 진행 중인 작업은 삭제하지 않습니다. |
|
|
| 완료된 전사를 SRT 자막, WebVTT 자막, 일반 텍스트로 내보냅니다. 분할 설정: |
| API 크레딧 잔액과 사용 가능한 예상 시간을 확인합니다. |
팁: 알고 있는 언어가 있다면 항상 language를 전달하세요
자동 감지는 대부분의 경우 작동하지만, 짧은 클립이나 여러 언어가 섞인 오디오, 음악으로 시작하는 파일에서는 실패율이 약간 있습니다. ISO 코드가 전달하면 더 빠르고 정확합니다.
사용 예시
연결한 후 AI 어시스턴트에게 다음을 요청해 보세요:
"이 팟캐스트를 전사해 줘: https://example.com/episode.mp3 — 영어야"
"~/Downloads/meeting.m4a를 화자 식별과 함께 전사해 줘"
"최근 전사 5개를 보여 줘"
"전사 abc123-…을 취소해 줘"
"전사 abc123-…을 캡션당 2단어로 SRT 자막으로 내보내 줘"
"Scriptivox는 어떤 언어를 지원해?"
"내 Scriptivox 잔액을 확인해 줘"
리소스
이 서버는 AI 어시스턴트가 읽을 수 있는 MCP 리소스를 제공합니다:
scriptivox://pricing— 요금제 및 가격scriptivox://languages— 지원 언어scriptivox://api-docs— API 참조 문서
프롬프트
transcribe-audio— URL 전사용 미리 만들어진 프롬프트meeting-notes— 회의를 전사하고 구조화된 메모 생성
구성
환경 변수 | 설명 | 필수 |
| API 키( | 전사 도구에 필수 |
| 사용자 지정 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