Skip to main content
Glama

MCP-Transcribe

README.md•3.81 kB
<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: Claude Desktop šŸ”¹ Get your private MCP integration URL - Sign in to the Transcribe [online editor](https://transcribe.com/app) - Copy your private URL from Automation popup šŸ”¹ Download pre-built Desktop Extension (DXT): [Download DXT](https://transcribe.com/mcp-integration#jumpto=mcp_download_dxt) šŸ“¦ The DXT includes: - āœ… One-click installation in Claude Desktop - āœ… Secure environment variable configuration - āœ… Automatic dependency management - āœ… Built-in error handling and debugging - āœ… 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 šŸ”¹ Get your private MCP integration URL - Sign in to the Transcribe [online editor](https://transcribe.com/app) - 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](https://transcribe.com/app) - 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

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