A MCP server to transcribe audio files using OpenAI Api
Audio Transcriber MCP becomes available to MCP clients through the audio transcriber mcp mcp server. A MCP server to transcribe audio files using OpenAI Api.
A MCP server that provides audio transcription capabilities using OpenAI's API.
Once connected, the assistant can call these 5 tools directly:
transcribe_audio — Transcribe audio files using OpenAI's APIsave_to_file — Boolean to save transcription to a filelanguage — ISO-639-1 language code (e.g., "en", "es")Setup — 1. Clone the repository: bash git clone https://github.com/Ichigo3766/audio-transcriber-mcp.git cd audio-transcriber-mcpTools — The Tools tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Before the server will start you need to supply 3 environment variables: OPENAI_API_KEY, OPENAI_BASE_URL, OPENAI_MODEL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Audio Transcriber MCP sits in that group, and the shape of its toolset — transcribe_audio, save_to_file, language among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| transcribe_audio | Transcribe audio files using OpenAI's API |
| save_to_file | Boolean to save transcription to a file |
| language | ISO-639-1 language code (e.g., "en", "es") |
| Setup | 1. Clone the repository: bash git clone https://github.com/Ichigo3766/audio-transcriber-mcp.git cd audio-transcriber-mcp |
| Tools | The Tools tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| OPENAI_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| OPENAI_MODEL | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.