transcribe-app/mcp-transcribe
This service provides fast and reliable transcriptions for audio/video files and voice memos. It allows LLMs to interact with the text content of audio/video file.
Quick Start
Clone the repository:
git clone https://github.com/transcribe-app/mcp-transcribeClaude Desktop configuration example:
{
"mcpServers": {
"mcp-transcribe": {
"command": "npx",
"args": [
"-y",
"transcribe-app/mcp-transcribe"
]
}
}
}Check the repository README for specific installation and configuration instructions.