MCP server for Whisper speech-to-text
MCP server for speech-to-text transcription using OpenAI Whisper API with configurable language settings and audio format support.
{
"mcpServers": {
"whisper": {
"mcpServers": {
"whisper": {
"env": {
"OPENAI_API_KEY": "YOUR_OPENAI_API_KEY"
},
"args": [
"-y",
"whisper-mcp"
],
"command": "npx"
}
}
}
}
}