Groq Whisper
БесплатноНе проверенTranscribe audio/video files using Groq-hosted Whisper with word-level timestamps, automatic caching, and cost estimation, offering up to 9x savings over OpenAI
Описание
Transcribe audio/video files using Groq-hosted Whisper with word-level timestamps, automatic caching, and cost estimation, offering up to 9x savings over OpenAI Whisper.
README
MCP server for audio/video transcription via Groq-hosted Whisper. Word-level timestamps, automatic caching, cost estimation.
9x cheaper than OpenAI Whisper — same model, different API.
| Provider | Model | Cost/hour |
|---|---|---|
| Groq | whisper-large-v3-turbo | $0.04 |
| Groq | whisper-large-v3 | $0.111 |
| Groq | distil-whisper | $0.02 |
| OpenAI | whisper-1 | $0.36 |
Prerequisites
- Python 3.10+
- ffmpeg (for audio extraction from video)
- Groq API key
Installation
git clone https://github.com/bis-code/groq-whisper-mcp.git
cd groq-whisper-mcp
python3 -m venv venv
venv/bin/pip install mcp openai
Claude Code Configuration
Add to your project's .mcp.json:
{
"mcpServers": {
"whisper": {
"command": "/path/to/groq-whisper-mcp/venv/bin/python",
"args": ["-m", "server"],
"cwd": "/path/to/groq-whisper-mcp/src",
"env": {
"GROQ_API_KEY": "your-groq-api-key"
}
}
}
}
Tools
transcribe_video
Transcribe a video file with word-level timestamps.
| Parameter | Type | Required | Description |
|---|---|---|---|
video_path |
string | yes | Path to video file |
model |
string | no | Whisper model (default: whisper-large-v3-turbo) |
force_retranscribe |
boolean | no | Bypass cache (default: false) |
Returns full text, word-level timestamps [{word, start, end}], and duration. Results are cached per-project.
estimate_transcription_cost
Estimate cost before transcribing.
| Parameter | Type | Required | Description |
|---|---|---|---|
video_path |
string | yes | Path to video file |
model |
string | no | Whisper model (default: whisper-large-v3-turbo) |
Returns duration, estimated cost, and comparison with OpenAI pricing.
How It Works
- Extracts audio from video via ffmpeg (128kbps MP3, falls back to 64kbps if >25MB)
- Sends to Groq's OpenAI-compatible API (same
openaiSDK, differentbase_url) - Returns word-level timestamps with ~0.1s precision
- Caches results as
whisper_words.jsonalongside the video
Running Tests
PYTHONPATH=src venv/bin/pytest tests/ -v
License
MIT
Установка Groq Whisper
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bis-code/groq-whisper-mcpFAQ
Groq Whisper MCP бесплатный?
Да, Groq Whisper MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Groq Whisper?
Нет, Groq Whisper работает без API-ключей и переменных окружения.
Groq Whisper — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Groq Whisper в Claude Desktop, Claude Code или Cursor?
Открой Groq Whisper на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Omni Video
An MCP server that transforms LLM-enabled IDEs into professional video editors by pre-processing footage into text proxies, generating motion graphics via HTML/
автор: buildwithtazaARA
Generate images, video and audio from any AI agent — one connector.
автор: ARAYouTube
Transcripts, channel stats, search
автор: YouTubeEverArt
AI image generation using various models.
автор: modelcontextprotocolCompare Groq Whisper with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории media
