Whisper Transcribe runs on your own machine — the client starts it, so there is no endpoint to ping. 88 installs a week from pypi. Last commit 24 Jul 2026.
Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
Today is the operative word: we check Whisper Transcribe every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add whisper-transcribe-mcp -- uvx whisper-transcribe-mcp
{
"mcpServers": {
"whisper-transcribe-mcp": {
"args": [
"whisper-transcribe-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.whisper-transcribe-mcp]
command = "uvx"
args = ["whisper-transcribe-mcp"]
{
"mcpServers": {
"whisper-transcribe-mcp": {
"args": [
"whisper-transcribe-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"whisper-transcribe-mcp": {
"args": [
"whisper-transcribe-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OPENAI_API_KEY (OpenAI API key. Enables the cloud backend and optional GPT post-processing.), WHISPER_MODEL (Default faster-whisper model size when using the local backend.).
The author declared them in the registry entry; get the values from the project itself.
Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.
Transcribe local files and URLs with SpeechWeave's OpenAI-compatible API.
Transcribe and understand local audio/video with CrispASR and local models only.
MCP-Transcribe server allows LLMs to interact with the text content of audio/video files
MacWhisper transcription for Claude Desktop. Fully local, no cloud, audio stays on your Mac.
Transcribe local audio with FunASR and SenseVoice using private, on-device inference.
Search your dictation transcripts and transcribe audio or video on-device, with speaker labels.
MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API
Answers built from our own checks of this server.