Transcribe MCP Automate your transcriptions with AI. 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. - ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python p
Add this skill
npx mdskills install transcribe-app/mcp-transcribeWell-documented transcription MCP with clear setup, useful tools, and strong feature coverage
1<h3 align="center">Transcribe MCP</h3>23<p align="center">4 Automate your transcriptions with AI.5 <br />6 <a href="https://transcribe.com"><strong>Website</strong></a>7</p>89# About1011Transcribe 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.1213# Features14- ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python packages, results in seconds.15- 🏆 High-quality transcriptions. Works with noisy audio, over 100 languages supported, featuring word-level timestamps and speaker separation.16- 🔋 Wide variety of formats out-of-the-box and Cloud storage for your audio notes and records.17- 👥 Collaboration support via Transcribe.com teams feature1819## 🚀 Local installation: Claude Desktop2021🔹 Get your private MCP integration URL22- Sign in to the Transcribe [online editor](https://transcribe.com/app)23- Copy your private URL from Automation popup2425🔹 Download pre-built MCP Bundle (MCPB): [Click Here](https://transcribe.com/mcp-integration#jumpto=mcp_download_mcpb)2627📦 The MCPB includes:2829- ✅ One-click installation in Claude Desktop30- ✅ Secure environment variable configuration31- ✅ Automatic dependency management32- ✅ Built-in error handling and debugging33- ✅ The MCPB file is automatically updated for the latest features and fixes3435### Option 1: Double-Click Installation (Recommended)36- Double-click the .mcpb file37- Claude Desktop will automatically install the extension38- Follow the configuration prompts3940### Option 2: Manual Installation41- Open Claude Desktop42- Go to Settings → Extensions43- Click "Install Extension" and select the .mcpb file4445### Configuration46During installation, you'll be prompted to configure MCP integration URL. Paste your private URL.4748## 🚀 Local installation: Other assistants4950🔹 Get your private MCP integration URL51- Sign in to the Transcribe [online editor](https://transcribe.com/app)52- Copy your private URL from Automation popup5354🔹 Before installing the server, ensure you have Node.js and Git55- Download from: https://nodejs.org/56- Verify Node with: node --version57- Verify NPX with: npx --version5859🔹 Add Local Server via your assistant settings and use this snippet for server setup:6061```62{63 "key": "transcribe-local",64 "command": "npx",65 "args": [66 "args": ["-y", "github:transcribe-app/mcp-transcribe"],67 ],68 "env": {69 "MCP_INTEGRATION_URL": "<your-MCP-integration-URL>"70 }71}72```7374### Configuration75Replace \<your-MCP-integration-URL\> with your private URL.7677---7879## ⚡ Available Tools8081List of tools is expanded with each new version.82831\. `convert-to-text`: converts audio to text and returns the text immediately.84- Note: This tool use your time credits.85- Note: Remote server expect public-accessible URL, Local Server can use both URL and a path to local file in your file system.86872\. `get-balance`: returns balance of your account.88893\. `read-transcriptions`: returns content of ready transcriptions with optional filtering/search.90914\. `update-transcription`: renames or deletes transcriptions in your account at Transcribe.com929394## 💡 Security Notes9596- **Private URL**: Store your private URL securely, do not share it with others9798## ⚠️ Troubleshooting99100### "MCP_INTEGRATION_URL environment variable is required"101- Sign in to the Transcribe [online editor](https://transcribe.com/app)102- Copy your private URL from Automation popup103- Add it as server's "MCP_INTEGRATION_URL" environment variable in your AI assistant settings104105### Extension Won't Install106- Ensure you have the latest Claude Desktop version107- Check that `node` is installed and in your PATH
Full transparency — inspect the skill content before installing.