Odel
Whisper Transcribe

Whisper Transcribe

Local
@zahirinatzukePythonMITUpdated 1mo ago

Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwhisper-transcribe-mcpv1.1.2

Run

uvx whisper-transcribe-mcp

MCP client config

{
  "mcpServers": {
    "whisper-transcribe": {
      "command": "uvx",
      "args": [
        "whisper-transcribe-mcp"
      ]
    }
  }
}