mcpbeat Sign in

MCP Transcribe MCP Server

local only

MCP Transcribe runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 3 Apr 2026.

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

Installs / week
not published
8
Stars
1 open issues
3 Apr 2026
Last commit
from GitHub
MIT
License
JavaScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/index.ts:260
                    output_path = path.join(downloads_path,downloads_name);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to MCP Transcribe

same job, measured the same way
Speechmatics
by usefulapi

Transcribe audio and video with Speechmatics speech-to-text from Claude and any MCP client.

7 tools answering
Media Context MCP
by vishalguptax

Local MCP server to analyze video, audio & images: frames, transcripts, on-screen text.

102 installs/wk local only
Elevenlabs
by mcparmory

Convert text to speech, transcribe audio, and dub videos with AI voices

241 installs/wk local only
Opik MCP Server
by comet-ml

Interact with Opik prompts, traces, datasets and metrics through the Model Context Protocol.

70 installs/wk local only
MCP Flutterwave
by bajoski34

MCP Server to interact with Flutterwave APIs.

42 installs/wk local only
Voice Audio MCP
by csoai-org

Voice Audio MCP server. Tools: text to speech, list voices, transcribe. Built by MEOK AI Labs.

152 installs/wk local only
I
Anki MCP Server
by nailuogg

MCP server enabling LLMs to interact with Anki flashcard software through AnkiConnect

121 installs/wk local only
OpenTranscribe MCP
by fbossiere

Provider-independent speech-to-text with normalized transcripts over MCP.

297 installs/wk local only

MCP Transcribe — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Transcribe?
MCP Transcribe runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is MCP Transcribe open source?
Yes — it is published under the MIT licence, written in JavaScript, 8 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.