audio-transcriber-mcp
If you are the rightful owner of audio-transcriber-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A MCP server that provides audio transcription capabilities using OpenAI's API.
The OpenAI Speech-to-Text transcriptions MCP Server is designed to facilitate audio transcription by leveraging OpenAI's powerful API. This server allows users to transcribe audio files into text efficiently, making it an ideal solution for applications that require speech-to-text conversion. The server is built using Node.js and can be easily set up by cloning the repository, installing dependencies, and configuring the environment with the necessary OpenAI API credentials. It supports various optional parameters, such as specifying the language of the audio and saving the transcription to a file. The server is open-source and licensed under the MIT License, allowing for modification and distribution.
Features
- Easy setup and installation with Node.js
- Utilizes OpenAI's API for accurate transcriptions
- Supports multiple languages via ISO-639-1 codes
- Option to save transcriptions to a file
- Open-source with MIT License
Tools
transcribe_audio
Transcribe audio files using OpenAI's API. Takes filepath as a required parameter and optional parameters like save_to_file and language.