Whisper
Freeby AI Labs
OpenAI's open-source speech recognition model.
v1.0.0Added Jan 20, 2025
whisperopenaitranscription
Whisper MCP Server
OpenAI's open-source speech recognition model.
Features
- Transcription
- Translation
- Multilingual
- Local inference
- API access
Installation
{
"mcpServers": {
"whisper": {
"command": "npx",
"args": ["-y", "mcp-whisper"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-whisper
Add to claude_desktop_config.json
{
"mcpServers": {
"whisper": {
"command": "npx",
"args": ["-y", "mcp-whisper"]
}
}
}