AI & ML
Trust: 32/100 (Limited)io.github.jwulff/whisper-mcp Guide
Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.
1 starsby jwulff
Quick Start
Install
npx whisper-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jwulff-whisper-mcp": {
"command": "npx",
"args": [
"whisper-mcp"
]
}
}
}