Open Router Audio Transcription MCP
Transcribes audio files using Google's Gemini models via OpenRouter, with verbatim, cleaned, and custom prompt modes.
Transcribes audio files using OpenAI's GPT audio models via OpenRouter, with verbatim, cleaned, and custom prompt modes.
Transcribes audio files using Xiaomi's Mimo model via OpenRouter, with verbatim, cleaned, and custom prompt modes.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Open Router Audio Transcription MCPtranscribe recording.mp3 verbatim"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Open Router Audio Transcription MCP
An MCP server that transcribes audio files using OpenRouter's audio-capable language models.
Features
Verbatim transcription — exact word-for-word output including filler words, false starts, and repetitions
Cleaned transcription — lightly edited for readability: removes fillers, adds punctuation, sentence boundaries, and paragraph breaks; omits content not intended for transcription
Custom prompt transcription — direct the transcription with your own prompt for specialized use cases
Related MCP server: audio-transcription-mcp
Supported Models
Model | Provider |
| |
| |
| Xiaomi |
| OpenAI |
| OpenAI |
| Mistral |
| OpenAI |
Supported Audio Formats
mp3, wav, ogg, flac, m4a, aac, webm, wma, opus
Setup
1. Get an OpenRouter API key
Sign up at openrouter.ai and create an API key at openrouter.ai/keys.
2. Add to Claude Code
Run the following command to add the MCP server to Claude Code:
claude mcp add audio-transcription -e OPENROUTER_API_KEY=your-api-key-here -- npx -y or-audio-transcription-mcp
Or add it manually to your Claude Code MCP settings (~/.claude/settings.json or project .mcp.json):
{
"mcpServers": {
"audio-transcription": {
"command": "npx",
"args": ["-y", "or-audio-transcription-mcp"],
"env": {
"OPENROUTER_API_KEY": "your-api-key-here"
}
}
}
}Alternative: Install from source
git clone https://github.com/danielrosehill/OR-Audio-Transcription-MCP.git
cd OR-Audio-Transcription-MCP
npm install
npm run buildThen configure with a direct path:
claude mcp add audio-transcription -e OPENROUTER_API_KEY=your-api-key-here -- node /path/to/OR-Audio-Transcription-MCP/dist/index.js
Tools
transcribe_audio
Transcribe an audio file.
Parameter | Type | Required | Description |
| string | Yes | Absolute path to the audio file |
|
| Yes | Transcription mode |
| string | When mode=custom | Custom prompt to direct the transcription |
| string | No | OpenRouter model ID (defaults to |
| boolean | No | Use budget model ( |
list_transcription_models
Lists all available audio transcription models.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danielrosehill/OR-Audio-Transcription-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server