Whisper CLI MCP Server
Provides audio transcription capabilities through OpenAI's Whisper model, supporting various models (base, small, medium, large, large-v2, large-v3) and output formats.
Enables execution of shell commands with basic security validation, allowing to run commands in specified working directories while blocking potentially dangerous operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Whisper CLI MCP Servertranscribe the meeting recording audio.mp3"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Whisper CLI MCP Server
An MCP server that provides shell command execution and OpenAI Whisper transcription capabilities.
Features
whisper_transcribe: Transcribe audio files using OpenAI Whisper
shell_command: Execute shell commands safely with basic security validation
Related MCP server: Audio Transcriber MCP Server
Installation
Install dependencies:
pip install -r requirements.txtMake the server executable:
chmod +x server.pyUsage
Running the Server
python server.pyTools Available
whisper_transcribe
Transcribe audio files using whisper-cli.
Parameters:
audio_file(required): Path to the audio filemodel(optional): Whisper model (base, small, medium, large, large-v2, large-v3)language(optional): Language code for transcriptionoutput_format(optional): Output format (txt, vtt, srt, json)
shell_command
Execute shell commands with basic security validation.
Parameters:
command(required): Shell command to executeworking_directory(optional): Working directory for the command
Security
The shell_command tool includes basic security validation to prevent execution of potentially dangerous commands. Commands containing the following patterns are blocked:
rm -rfsudochmod 777dd if=> /dev/
Configuration
To use this server with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"whisper-cli-mcp": {
"command": "python",
"args": ["/path/to/whisper-cli-mcp/server.py"]
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yhsung/whisper-cli-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server