Audio Transcriber MCP Server

by Ichigo3766
Verified

transcribe_audio

Transcribe an audio file using OpenAI Whisper API

Input Schema

NameRequiredDescriptionDefault
filepathYesAbsolute path to the audio file
languageNoLanguage of the audio in ISO-639-1 format (e.g. "en", "es"). Default is "en".
save_to_fileNoWhether to save the transcription to a file next to the audio file

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Absolute path to the audio file", "type": "string" }, "language": { "description": "Language of the audio in ISO-639-1 format (e.g. \"en\", \"es\"). Default is \"en\".", "type": "string" }, "save_to_file": { "description": "Whether to save the transcription to a file next to the audio file", "type": "boolean" } }, "required": [ "filepath" ], "type": "object" }

You must be authenticated.

Other Tools