NCNN Whisper Audio Transcription MCP Server
reference data structure:
.
├── data
│ └── alloy.wav
├── model
│ ├── data
│ └── whisper
│ ├── whisper
│ ├── whisper_tiny_decoder.ncnn.bin
│ ├── ...
│ └── whisper_vocab.txt- Option 1: insall as a mcp server, ref config file mcp_config.json
- You can test MCP tools with the official tool Inspector.
- Option 2: test locally.
# install dependencies
uv sync
# test whisper binary
uv run python test/run_whisper.py
# test mcp server
uv run python test/test_server.py