MeetMic CLI
Transcribe files, search your history, and export SRT, VTT, or JSON from the command line. It ships an MCP server too, so Claude Code and any MCP agent can read your transcripts and run transcriptions - all on your Mac, no cloud, no API key.
Terminal
$ meetmic transcribe interview.m4a # streams progress$ meetmic history # past transcriptions$ meetmic transcript <id> | pbcopy # pipe the text anywhere$ meetmic export <id> --format srt # txt · srt · vtt · jsonInstall from the app
- 1Open MeetMic
- 2Settings → Developer
- 3Command-Line Tool → Install
The installer symlinks the binary into a folder on your PATH, so the CLI always matches your app version and updates with it. Uninstalling is deleting one file - there is no daemon, config, or cache.