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. Takes filepath as a required parameter. Optional parameters include save_to_file (Boolean to save transcription to a file) and language (ISO-639-1 language code, e.g., 'en', 'es').