Local Speech-to-Text MCP Server
@SmartLittleApps
About Local Speech-to-Text MCP Server
A high-performance Model Context Protocol (MCP) server providing local speech-to-text transcription using whisper.cpp, optimized for Apple Silicon.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whisper-mcp": {
"command": "node",
"args": [
"path/to/local-stt-mcp/mcp-server/dist/index.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Local Speech-to-Text MCP Server?
A high-performance Model Context Protocol (MCP) server that provides local speech-to-text transcription using whisper.cpp, optimized for Apple Silicon. It is designed for users who need private, offline transcription with speaker diarization and support for multiple audio formats.
How to use Local Speech-to-Text MCP Server?
Install Node.js 18+, whisper.cpp, ffmpeg, and optionally Python 3.8+ for speaker diarization. Clone the repository, run npm install, npm run build, and npm run setup:models. Set the HF_TOKEN environment variable for speaker diarization. Add the server path to your MCP client configuration. Available tools include transcribe, transcribe_long, transcribe_with_speakers, list_models, health_check, and version.
Key features of Local Speech-to-Text MCP Server
- 100% local processing with complete privacy
- 15x+ real‑time transcription speed on Apple Silicon
- Speaker diarization to identify and separate multiple speakers
- Universal audio support with automatic format conversion (MP3, M4A, FLAC, etc.)
- Multiple output formats: txt, json, vtt, srt, csv
- Low memory footprint (<2GB) and TypeScript implementation
Use cases of Local Speech-to-Text MCP Server
- Transcribe meetings or interviews with speaker identification
- Process long audio files with automatic chunking via
transcribe_long - Perform privacy‑sensitive transcription without cloud uploads
- Batch convert audio to text in various subtitle or data formats
FAQ from Local Speech-to-Text MCP Server
What are the prerequisites?
Node.js 18+, whisper.cpp (install via brew install whisper-cpp), ffmpeg for audio conversion (brew install ffmpeg), and Python 3.8+ with a HuggingFace token for speaker diarization.
What audio formats are supported?
Native whisper.cpp formats: WAV and FLAC. Many others (MP3, M4A, AAC, OGG, WMA, etc.) are automatically converted to 16kHz mono via ffmpeg.
Does Local Speech-to-Text MCP Server require an internet connection?
No, transcription runs entirely locally. Speaker diarization requires a one‑time HuggingFace token setup, but processing remains offline.
How does performance compare to WhisperX?
On Apple Silicon, it achieves 15.8x real‑time speed (vs WhisperX 5.5x) and uses under 2GB memory (vs ~4GB). GPU acceleration via Apple Neural Engine is supported.
How do I enable speaker diarization?
Set the HF_TOKEN environment variable with a free HuggingFace token and accept the license for pyannote/speaker‑diarization‑3.1 at huggingface.co.
Frequently asked questions
What are the prerequisites?
Node.js 18+, whisper.cpp (install via `brew install whisper-cpp`), ffmpeg for audio conversion (`brew install ffmpeg`), and Python 3.8+ with a HuggingFace token for speaker diarization.
What audio formats are supported?
Native whisper.cpp formats: WAV and FLAC. Many others (MP3, M4A, AAC, OGG, WMA, etc.) are automatically converted to 16kHz mono via ffmpeg.
Does Local Speech-to-Text MCP Server require an internet connection?
No, transcription runs entirely locally. Speaker diarization requires a one‑time HuggingFace token setup, but processing remains offline.
How does performance compare to WhisperX?
On Apple Silicon, it achieves 15.8x real‑time speed (vs WhisperX 5.5x) and uses under 2GB memory (vs ~4GB). GPU acceleration via Apple Neural Engine is supported.
How do I enable speaker diarization?
Set the `HF_TOKEN` environment variable with a free HuggingFace token and accept the license for pyannote/speaker‑diarization‑3.1 at huggingface.co.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
Comments