Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎙️ Speech-to-Text
  3. Whisper Windows MCP
Whisper Windows MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/12/2026, 5:31:13 AM

Whisper Windows MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
speech-to-textwindowswhispertranscriptionmultimedia

Transcribes local audio and video on Windows with whisper.cpp, Vulkan GPU support, batch jobs, subtitles, and no cloud APIs.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "eviscerations-whisper-windows-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "whisper-windows-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (12) Directory Badge Claim listing Alternatives🎙️ More in Speech-to-Text

Overview

The eviscerations/whisper-windows-mcp MCP server runs local audio and video transcription on Windows through whisper.cpp, with optional Vulkan GPU acceleration. It exposes tools for single-file transcription, background jobs, sequential folder batches, subtitle generation, media analysis, model management, and hardware checks. Audio, video, and file paths remain on the local machine because the workflow does not use cloud APIs. Reach for it when Claude Desktop needs private transcription on a Windows system with configured whisper.cpp binaries, a Whisper model, and FFmpeg.

Use cases

•Transcribe local meeting recordings without sending media to a cloud service
•Batch-process untranscribed files in a Windows folder
•Generate SRT or WebVTT subtitles for video
•Check GPU support and estimate transcription time before processing
•Switch Whisper models for English or multilingual audio

Key features

•Local Windows transcription with whisper.cpp
•Vulkan GPU acceleration
•Background jobs and sequential batch processing
•SRT and WebVTT subtitle generation
•Whisper model download and session switching
•Media, configuration, and GPU diagnostics

Capabilities & Tool Schemas (12) ~582 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Whisper Windows MCP.

transcribe_audio

Transcribe a single file. Supports blocking (default) or background mode for long files.

check_progress

Monitor a background transcription job started with `transcribe_audio` (background=true).

start_batch

Automated sequential batch transcription of all untranscribed files in a folder. Sorts by duration (shortest first), processes one at a time as background jobs, validates each output. Batch self-advances when each file finishes — no polling required.

check_batch_progress

Monitor a running batch. Automatically advances to the next file when the current one finishes. Returns overall progress, current file with timestamp, and any failed files.

generate_subtitles

Generate subtitle files. Supports automatic language detection and English translation output. Outputs SRT (widest compatibility) or WebVTT (web and HTML5 video).

analyze_media

Analyze files before committing to transcription. Returns duration, size, codec, and estimated transcription time on CPU and GPU. For folders, shows all files in a sortable table with transcription status.

How Whisper Windows MCP works

What eviscerations/whisper-windows-mcp MCP server does

The eviscerations/whisper-windows-mcp MCP server connects Claude Desktop to a local Windows transcription workflow based on whisper.cpp. It can process individual audio or video files, return timestamped or plain text output, and save supported output formats beside the source media. Supported formats include text, JSON in blocking mode, SRT, WebVTT, LRC, and CSV.

The server also handles longer-running work. A single transcription can run as a background job and be checked later, while folder batches process untranscribed files sequentially. Batch processing orders files by duration, validates outputs, and advances to the next file when the current one finishes. Subtitle generation supports language detection, English translation output, SRT, and WebVTT.

How it works

Claude Desktop sends MCP tool calls to the locally installed Node.js server. The server invokes a Windows whisper.cpp executable and uses a configured Whisper model. Vulkan-enabled binaries can use AMD, NVIDIA, or Intel GPUs without a vendor-specific SDK; CPU processing is also supported through suitable models and configuration.

Before transcription, analyze_media can report file duration, size, codec, estimated CPU and GPU time, and folder-level transcription status. check_config verifies access to the whisper executable, model, and FFmpeg. check_system inspects GPU hardware, VRAM, and Vulkan support. A persistent whisper.cpp model server can keep the active model resident in VRAM for repeated transcription requests.

Setup and configuration

The eviscerations/whisper-windows-mcp MCP server requires Node.js 18 or later, whisper.cpp binaries, a Whisper model, and FFmpeg for video and non-WAV/MP3 audio. The project documents a prebuilt Vulkan Windows release or a source build using CMake, Visual Studio Build Tools, and the Vulkan SDK. The executable and supporting DLLs are expected in a local Windows directory.

Install the Node package with npm install -g whisper-windows-mcp. Claude Desktop can launch it with npx -y whisper-windows-mcp. Its MCP configuration must provide WHISPER_CLI_PATH and WHISPER_MODEL, pointing to the local whisper.cpp executable and model file. Windows paths in the JSON configuration require escaped backslashes. Restart Claude Desktop after saving the configuration, then run the configuration and hardware checks.

Models can be listed and downloaded through the MCP tools. Downloads come from trusted Hugging Face namespaces and are placed in the configured models directory. switch_model changes the active model for the current session; changing the WHISPER_MODEL setting is required for a persistent default.

Tools and capabilities

Available capabilities include:

  • Transcribe one file with language selection, timestamps, output formats, prompts, sampling controls, offsets, duration limits, word timestamps, and optional speaker-related processing.
  • Start and monitor background transcription jobs.
  • Run sequential folder batches and inspect overall progress or failed files.
  • Generate SRT or WebVTT subtitles, including English translations.
  • Inspect media metadata and estimate processing time.
  • Check configuration, GPU/Vulkan availability, installed models, and recommended model sizing.
  • Download models from Hugging Face and switch the active model.
  • Start, stop, or inspect the persistent whisper.cpp model server.

Limitations and notes

The eviscerations/whisper-windows-mcp MCP server is Windows-focused and depends on external whisper.cpp binaries. FFmpeg is required for video and for audio formats outside native WAV/MP3 handling. English-only model files cannot transcribe other languages and produce [FOREIGN] on non-English audio; multilingual models are needed for other languages.

GPU acceleration depends on Vulkan-capable hardware and the required Vulkan DLL. Model choice affects speed, memory use, and accuracy. Session-level model switching does not survive a restart. Stereo diarization requires speakers on separate channels, while mono speaker-turn detection requires a compatible tdrz model. Background jobs should be monitored with their returned job IDs, although batches advance without polling.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Speech-to-Text View all alternatives
  • Pepys MCP logoPepys MCP

    Pay-once transcription for audio, video, and whole podcast feeds via Pepys. Transcribe a file or a pasted YouTube/podcast link, get speaker diarization, export SRT/VTT, search a transcript, and check credit balance. Hosted connector (OAuth, no API key) or npx pepys-mcp. 99+ languages.

    🎙️ Speech-to-Text2 views
    Compare vs Pepys MCP →
  • Whisper Transcribe logoWhisper Transcribe

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

    🎙️ Speech-to-Text1 views
    Compare vs Whisper Transcribe →
  • M
    Multimodal

    Multi-provider media generation — images, video, audio, and transcription via a unified interface

    🎙️ Speech-to-Text0 views
    Compare vs Multimodal →
  • Transcription logoTranscription

    AI transcription from URLs. 99% accuracy, speaker diarization, 98+ languages.

    🎙️ Speech-to-Text0 views
    Compare vs Transcription →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
1
Stargazers on the source repository.
npm downloads
510
Package downloads in the last 30 days.
Last commit
Today
Most recent push to the default branch.
Tools exposed
12
Callable tools this server registers over MCP.
Directory activity
2 installs · 1 upvotes
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Whisper Windows MCP

Install Node.js 18 or later, whisper.cpp binaries, a Whisper model, and FFmpeg as needed, then run `npx -y whisper-windows-mcp` or install the package globally with npm.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWhisper Windows MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/eviscerations-whisper-windows-mcp?style=directory)](https://allmcps.com/mcp/eviscerations-whisper-windows-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/eviscerations-whisper-windows-mcp"><img src="https://allmcps.com/api/badge/eviscerations-whisper-windows-mcp?style=directory" alt="Whisper Windows MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🎙️Speech-to-Text
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 11, 2026
96/96 checks healthy over the last 24h
Views20
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs2
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commitToday
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 11, 2026
npm downloads510/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
64Quality signal: Good · 64/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools29/30
Adoption & activity7/15
Community engagement2/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev · whisper-windows-mcp (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎙️ Speech-to-Text →Alternatives to Whisper Windows MCP →Install in Claude DesktopInstall in CursorInstall in VS Code