Skip to main content
Text-to-SpeechTypeScript

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.

text-to-speechlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/transcribe-app/mcp-transcribe

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-transcribe": {
      "command": "npx",
      "args": [
        "-y",
        "transcribe-app/mcp-transcribe"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Text-to-Speech
Language
TypeScript
Author
transcribe-app