Fast Whisper Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Fast Whisper Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A high-performance speech recognition MCP server based on Faster Whisper, providing efficient audio transcription capabilities.
pip install -r requirements.txtInstall the appropriate version of PyTorch based on your CUDA version:
pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cu126 pip install torch==2.5.1 torchvision==0.20.1 torchaudio==2.5.1 --index-url https://download.pytorch.org/whl/cu121 pip install torch==2.6.0 torchvision==0.21.0 torchaudio==2.6.0 --index-url https://download.pytorch.org/whl/cpuYou can check your CUDA version with nvcc --version or nvidia-smi.
On Windows, simply run start_server.bat.
On other platforms, run:
python whisper_server.py%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"whisper": {
"command": "python",
"args": ["D:/path/to/whisper_server.py"],
"env": {}
}
}
}The server provides the following tools:
mcp dev whisper_server.pymcp run whisper_server.pyThe server implements the following error handling mechanisms:
whisper_server.py: Main server codemodel_manager.py: Whisper model loading and cachingaudio_processor.py: Audio file validation and preprocessingformatters.py: Output formatting (VTT, SRT, JSON)transcriber.py: Core transcription logicstart_server.bat: Windows startup scriptMIT
This project was developed with the assistance of these amazing AI tools and models:
Special thanks to these incredible tools and the teams behind them.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.