- Step1: Install Python 3.12 or higher on your Mac.
- Step2: Run the server using the command: `uv run mlx_whisper_mcp.py`.
- Step3: Use supported tools like `transcribe_file`, `transcribe_audio`, or `transcribe_youtube` via API calls or client integrations.
- Step4: Provide the required input parameters such as file path, base64 audio data, or YouTube URL.
- Step5: Receive the transcription output, which is also saved as a text file alongside the input.
- Step6: Stop or restart the server as needed for updates or changes.