# Mcp Transcribe

> MCP-Transcribe server allows LLMs to interact with the text content of audio/video files

- **Type:** MCP server
- **Install:** `agentstack add mcp-transcribe-app-mcp-transcribe`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [transcribe-app](https://agentstack.voostack.com/s/transcribe-app)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 1.0.4
- **License:** MIT
- **Upstream author:** [transcribe-app](https://github.com/transcribe-app)
- **Source:** https://github.com/transcribe-app/mcp-transcribe

## Install

```sh
agentstack add mcp-transcribe-app-mcp-transcribe
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

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
- ⚡ 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 MCP Bundle (MCPB): [Click Here](https://transcribe.com/mcp-integration#jumpto=mcp_download_mcpb)

📦 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](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": ""
  }
}
```

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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [transcribe-app](https://github.com/transcribe-app)
- **Source:** [transcribe-app/mcp-transcribe](https://github.com/transcribe-app/mcp-transcribe)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v1.0.4 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **1.0.4** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-transcribe-app-mcp-transcribe
- Seller: https://agentstack.voostack.com/s/transcribe-app
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
