Loading MCP server directory, please wait...
Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
npx @getmcp/cli add io.github.ZahiriNatZuke/whisper-transcribe-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ZahiriNatZuke/whisper-transcribe-mcp": {
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
],
"env": {
"OPENAI_API_KEY": "",
"WHISPER_MODEL": "base"
}
}
}
}