Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx whisper-transcribe-mcp
MCP client config
{
"mcpServers": {
"whisper-transcribe": {
"command": "uvx",
"args": [
"whisper-transcribe-mcp"
]
}
}
}