Audio transcription server that provides speech-to-text capabilities using OpenAI's Whisper API. Built with TypeScript and the MCP SDK, it exposes a tool for transcribing audio files with configurable language settings and optional file saving. Particularly valuable for users who need to convert spoken content to text through AI assistants while maintaining control over the transcription process and output format.
Transcribe audio files using OpenAI's API. Parameters: filepath (string, required), save_to_file (boolean, optional), language (string, optional - ISO-639-1 language code, e.g., 'en', 'es')
No reviews yet. Be the first to review!
Sign in to join the conversation