loading…
Search for a command to run...
loading…
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 fi
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.
Automate your transcriptions with AI.
Website
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.
🔹 Get your private MCP integration URL
🔹 Download pre-built MCP Bundle (MCPB): Click Here
📦 The MCPB includes:
During installation, you'll be prompted to configure MCP integration URL. Paste your private URL.
🔹 Get your private MCP integration URL
🔹 Before installing the server, ensure you have Node.js and Git
🔹 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>"
}
}
Replace <your-MCP-integration-URL> with your private URL.
List of tools is expanded with each new version.
1. convert-to-text: converts audio to text and returns the text immediately.
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
node is installed and in your PATHДобавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"transcribe-app-mcp-transcribe": {
"command": "npx",
"args": []
}
}
}