GitHub - transcribe-app/mcp-transcribe: Add transcription tools to your AI-powered assistants. (original) (raw)

Transcribe MCP

Automate your transcriptions with AI.
Website

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

🚀 Local installation: Claude Desktop

🔹 Get your private MCP integration URL

🔹 Download pre-built MCP Bundle (MCPB): Click Here

📦 The MCPB includes:

Option 2: Manual Installation

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

🔹 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>"
  }
}

Configuration

Replace 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.

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

⚠️ Troubleshooting

"MCP_INTEGRATION_URL environment variable is required"

Extension Won't Install