Skip to main content
Glama

MCP-Transcribe

About

Transcribe MCP instantly connects your account to assistants like Claude, Windsurf, Cursor, and more so they can automate tasks on your behalf. The Local Server can add local files for transcription and return result to your Assistant in seconds.

Features

  • ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python packages, results in seconds.
  • 🏆 High-quality transcriptions. Works with noisy audio, over 100 languages supported, featuring word-level timestamps and speaker separation.
  • 🔋 Wide variety of formats out-of-the-box and Cloud storage for your audio notes and records.
  • 👥 Collaboration support via Transcribe.com teams feature

🛠️ Local installation: Prerequisites

🔹 MCP-compatibe AI assistant: Claude Desktop, Cursor, Windsurf, VS Code, Goose, 5ire, or any other

🔹 Get your private MCP integration URL

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup

🔹 Before installing the server, ensure you have Node.js

  • Download from: https://nodejs.org/
  • Verify with: node --version

🚀 Local installation: Claude Desktop

📦 Download pre-built Desktop Extension (DXT): Download DXT

The DXT includes:

  • ✅ One-click installation in Claude Desktop
  • ✅ Automatic dependency management
  • ✅ Secure environment variable configuration
  • ✅ Built-in error handling and debugging

Note: The DXT file is automatically updated for the latest features and fixes.

  • Double-click the .dxt file
  • Claude Desktop will automatically install the extension
  • Follow the configuration prompts

Option 2: Manual Installation

  • Open Claude Desktop
  • Go to Settings → Extensions
  • Click "Install Extension" and select the .dxt file

Configuration

During installation, you'll be prompted to configure MCP integration URL. Paste your private URL.

🚀 Local installation: Other assistants

1. Download pre-built Desktop Extension (DXT): Download DXT

2. Change extension of the downloaded file, replace "dxt" with "zip". It should look like "transcribe-com-v***.zip"

3. Unpack zip file to some location

4. Add Local Server via your assistantsettings and use this snippet for server setup:

{ "key": "transcribe-local", "command": "node", "args": [ "<path-to-unpacked-dxt-location>/build/index.js" ], "env": { "MCP_INTEGRATION_URL": "<your-MCP-integration-URL>" } }

Replace "<path-to-unpacked-dxt-location>" and "<your-MCP-integration-URL>" with actual path and your private URL.


⚡ Available Tools

List of tools is expanded with each new version.

1. get-balance: returns balance of your account.

2. convert-to-text: converts audio to text and returns the text immediately.

  • Note: This tool use your time credits.
  • Note: Remote server expect public-accessible URL, Local Server can use both URL and a path to local file in your file system.

💡 Security Notes

  • Private URL: Store your private URL securely, do not share it with others

⚠️ Troubleshooting

"MCP_INTEGRATION_URL environment variable is required"

  • Sign in to the Transcribe online editor
  • Copy your private URL from Automation popup
  • Add it as server's "MCP_INTEGRATION_URL" environment variable in your AI assistant settings

Extension Won't Install

  • Ensure you have the latest Claude Desktop version
  • Check that node is installed and in your PATH
-
security - not tested
A
license - permissive license
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

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.

  1. Features
    1. 🛠️ Local installation: Prerequisites
    2. 🚀 Local installation: Claude Desktop
    3. 🚀 Local installation: Other assistants
    4. ⚡ Available Tools
    5. 💡 Security Notes
    6. ⚠️ Troubleshooting

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Provides text-to-speech capabilities through the Model Context Protocol, allowing applications to easily integrate speech synthesis with customizable voices, adjustable speech speed, and cross-platform audio playback support.
    Last updated -
    7
    Python
  • A
    security
    A
    license
    A
    quality
    A MCP server that enables transcription of audio files using OpenAI's Speech-to-Text API, with support for multiple languages and file saving options.
    Last updated -
    1
    4
    7
    JavaScript
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    A service that extracts and transcribes audio content from videos across 1000+ streaming websites including YouTube, Bilibili, TikTok, and Twitter, supporting multiple transcription providers like Deepgram, Gladia, Speechmatics, and AssemblyAI.
    Last updated -
    22
    Python
    MIT License
    • Linux
    • Apple
  • -
    security
    A
    license
    -
    quality
    Official Model Context Protocol server that enables interaction with powerful Speech-to-Text and Audio Intelligence APIs, allowing clients like Claude Desktop to transcribe audio, analyze speech, translate content, and more.
    Last updated -
    2
    Python
    MIT License

View all related MCP servers

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/transcribe-app/mcp-transcribe'

If you have feedback or need assistance with the MCP directory API, please join our Discord server