whisper-windows-mcp

eviscerations/whisper-windows-mcp
★ 0 stars JavaScript 📁 File System Updated 1d ago
Windows-native MCP server for local audio transcription using whisper.cpp — works with Claude Desktop
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "whisper-windows-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eviscerations/whisper-windows-mcp"
      ]
    }
  }
}

README Excerpt

A Windows-native MCP (Model Context Protocol) server that lets Claude Desktop transcribe audio files locally using [whisper.cpp](https://github.com/ggml-org/whisper.cpp) — no internet connection required, no data sent to the cloud. > **Why does this exist?** > The popular `whisper-mcp` package was built for macOS and assumes a Unix environment. It does not work on Windows. This package was written specifically for Windows users who want the same functionality.

Tools (4)

FFMPEG_PATHWHISPER_CLI_PATHWHISPER_MODELWHISPER_THREADS

Topics

audioclaudemcpmodel-context-protocolspeech-to-texttranscriptionwhisperwhisper-cppwindows