Transcribe MCP
Automate audio transcription with seamless AI assistant integration.
Key Features
Use Cases
README
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: Claude Desktop
🔹 Get your private MCP integration URL
- Sign in to the Transcribe online editor
- Copy your private URL from Automation popup
🔹 Download pre-built MCP Bundle (MCPB): Click Here
📦 The MCPB includes:
- ✅ One-click installation in Claude Desktop
- ✅ Secure environment variable configuration
- ✅ Automatic dependency management
- ✅ Built-in error handling and debugging
- ✅ The MCPB file is automatically updated for the latest features and fixes
Option 1: Double-Click Installation (Recommended)
- Double-click the .mcpb 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 .mcpb file
Configuration
During installation, you'll be prompted to configure MCP integration URL. Paste your private URL.
🚀 Local installation: Other assistants
🔹 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 and Git
- Download from: https://nodejs.org/
- Verify Node with: node --version
- Verify NPX with: npx --version
🔹 Add Local Server via your assistant settings and use this snippet for server setup:
{
"key": "transcribe-local",
"command": "npx",
"args": [
"args": ["-y", "github:transcribe-app/mcp-transcribe"],
],
"env": {
"MCP_INTEGRATION_URL": "<your-MCP-integration-URL>"
}
}
Configuration
Replace <your-MCP-integration-URL> with your private URL.
⚡ Available Tools
List of tools is expanded with each new version.
1. 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.
2. get-balance: returns balance of your account.
3. read-transcriptions: returns content of ready transcriptions with optional filtering/search.
4. update-transcription: renames or deletes transcriptions in your account at Transcribe.com
💡 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
nodeis installed and in your PATH
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
CapsuleCRM MCP Server
Natural language access and management for CapsuleCRM via MCP.
CapsuleCRM MCP Server connects Claude AI directly to CapsuleCRM, enabling users to interact with their CRM using natural language. It allows for powerful searching, filtering, insights, and automation of tasks within the CRM. The platform provides capabilities such as customer management, sales pipeline tracking, and task management, all securely integrated via the CapsuleCRM API. This tool enhances CRM workflows by translating conversational commands into actionable CRM operations through the Model Context Protocol.
- ⭐ 0
- MCP
- MonadsAG/capsulecrm-mcp
Make MCP Server (legacy)
Enable AI assistants to utilize Make automation workflows as callable tools.
Make MCP Server (legacy) provides a Model Context Protocol (MCP) server that connects AI assistants with Make scenarios configured for on-demand execution. It parses and exposes scenario parameters, allowing AI systems to invoke automation workflows and receive structured JSON outputs. The server supports secure integration through API keys and facilitates seamless communication between AI and Make's automation platform.
- ⭐ 142
- MCP
- integromat/make-mcp-server
mcp-installer
Automated installer for MCP servers across multiple languages.
mcp-installer provides a server that automates the installation of other Model Context Protocol (MCP) servers. It supports installation of MCP servers hosted on npm and PyPi by leveraging tools like npx and uv. The tool is designed to integrate with AI assistants like Claude, enabling users to request remote installations of MCP servers with custom arguments and environment configurations. Its primary goal is to simplify the deployment and management of MCP-compliant servers for various workflows.
- ⭐ 1,457
- MCP
- anaisbetts/mcp-installer
Kanboard MCP Server
MCP server for seamless AI integration with Kanboard project management.
Kanboard MCP Server is a Go-based server implementing the Model Context Protocol (MCP) for integrating AI assistants with the Kanboard project management system. It enables users to manage projects, tasks, users, and workflows in Kanboard directly via natural language commands through compatible AI tools. With built-in support for secure authentication and high performance, it facilitates streamlined project operations between Kanboard and AI-powered clients like Cursor or Claude Desktop. The server is configurable and designed for compatibility with MCP standards.
- ⭐ 15
- MCP
- bivex/kanboard-mcp
Context Apps MCP
AI-powered productivity suite unified by the Model Context Protocol.
Context Apps MCP is an AI-powered productivity suite that connects Todo, Idea, Journal, and Timer applications through the Model Context Protocol, enabling smart, context-driven workflows with apps like Claude Desktop and other MCP-compatible clients. It allows users to manage tasks, develop ideas, analyze journals, and optimize productivity using AI, all accessible and integrated via MCP-compliant endpoints. The suite ensures secure authentication via Apple ID OAuth, provides end-to-end encrypted communication, and offers users complete control over their data.
- ⭐ 5
- MCP
- tubasasakunn/context-apps-mcp
Spotify MCP Server
A lightweight MCP server enabling AI assistants to control Spotify playback and manage playlists.
Spotify MCP Server is a lightweight implementation of the Model Context Protocol that allows AI assistants, such as Cursor and Claude, to control Spotify playback and manage playlists. It provides a set of tools for searching music, managing playback state, handling playlists, and accessing user-specific track data. The server integrates seamlessly with productivity assistants and editors to facilitate contextual music control via standardized protocols. It includes authentication, Spotify API configuration, and detailed operations for reading and updating playback context.
- ⭐ 179
- MCP
- marcelmarais/spotify-mcp-server
Didn't find tool you were looking for?