
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.
README
<h3 align="center">Transcribe MCP</h3>
<p align="center"> Automate your transcriptions with AI. <br /> <a href="https://transcribe.com"><strong>Website</strong></a> </p>
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.
Option 1: Double-Click Installation (Recommended)
- 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.