whisper-mcp
whisper-mcp
로컬 Whisper 전사를 MCP 서버로 노출합니다 — 따라서 모든 MCP 클라이언트(Claude Desktop, Claude Code 등)가 도구 호출로 직접 오디오/비디오 파일을 전사하고, .srt 자막을 생성하며, 비디오에 캡션을 구울 수 있습니다. 클라우드 API가 없고, "스크립트를 실행하고 출력 파일을 읽는" 수동 단계도 없습니다.
추론은 faster-whisper를, 오디오 추출 및 캡션 번인은 ffmpeg를 기반으로 구축되었습니다.

아키텍처
MCP client (Claude, etc.) --stdio--> whisper-mcp server --> faster-whisper (Whisper model)
\--> ffmpeg (audio extract / burn-in)서버는 로드된 Whisper 모델을 프로세스 수명 동안 메모리에 캐시하므로, 한 세션에서 반복된 도구 호출 시 모델 로드 시간을 다시 지불하지 않습니다.
Related MCP server: Whisper MCP Server
도구
도구 | 설명 |
| 감지된 언어와 타임스탬프가 있는 세그먼트를 구조화된 데이터로 반환합니다. |
| 전사하고 |
|
|
요구 사항
Python 3.10+
PATH에ffmpeg선택 사항: CUDA 지원 GPU (자동으로 CPU로 폴백)
설치 및 실행
pip install -e ".[dev]"
whisper-mcp또는, 설치 없이:
uvx --from git+https://github.com/Chain-P/whisper-mcp whisper-mcpMCP 클라이언트에서 구성
클라이언트의 MCP 구성에 추가하세요 (예: Claude Code의 .mcp.json 또는 Claude Desktop의 claude_desktop_config.json):
{
"mcpServers": {
"whisper": {
"command": "whisper-mcp"
}
}
}그런 다음 클라이언트에게 파일 전사를 요청하세요, 예: "samples/podcast_clip.mp4를 전사하고 SRT를 알려줘."
개발
pip install -e ".[dev]"
ruff check .
pytest # unit tests only
pytest -m integration # + real transcription against a sample file로드맵
SRT 출력에서 다중 화자 라벨링을 위한 화자 분리(
pyannote.audio/whisperx).긴 전사를 위한 MCP 진행 알림.
최근 전사 기록을 노출하는
resource.
라이선스
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
- FlicenseAqualityDmaintenanceEnables high-quality transcription and subtitle generation from local media files or URLs using Faster Whisper on local hardware. It supports automatic language detection and integration with MCP clients for seamless speech-to-text workflows.3
- AlicenseAqualityFmaintenanceProvides local audio transcription using whisper.cpp, supporting multiple models and audio formats. Enables transcription of audio files via MCP tools with optional timestamps.3673MIT
- FlicenseAqualityDmaintenanceEnables local media processing (video/audio) using FFmpeg and FFprobe, allowing frame extraction, audio conversion, and metadata retrieval through natural language.5
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to query local video timelines by extracting speech, frame captions, and on-screen text into a SQLite store, exposing search and retrieval tools via MCP.PolyForm Noncommercial 1.0.0
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
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/Chain-P/whisper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server