mcpbeat Sign in

FunASR MCP Server

by modelscope Your server? Claim it
local only

FunASR runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

Transcribe local audio with FunASR and SenseVoice using private, on-device inference.

Installs / week
not published
20402
Stars
29 open issues
18 Sep 2026
Last commit
from GitHub
MIT
License
Python

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.

        p = subprocess.Popen(wav_rxfilename[:-1], shell=True, stdout=subprocess.PIPE)
        p = subprocess.Popen(wav_rxfilename[:-1], shell=True, stdout=subprocess.PIPE)
Quick status update - core features are 80% done.</code></pre>

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 FunASR

same job, measured the same way
Whisper MCP
by jwulff

Local audio transcription using whisper.cpp. Transcribe with OpenAI Whisper models.

124 installs/wk local only
CrispASR Agent Transcriber
by emiyakatuz

Transcribe and understand local audio/video with CrispASR and local models only.

138 installs/wk local only
S
Edict
by edict

Search your dictation transcripts and transcribe audio or video on-device, with speaker labels.

local only
ManageLM
by managelm

AI Linux & Windows server management with Claude MCP and fully private agents using local AI

answering
Elevenlabs
by mcparmory

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

241 installs/wk local only
Whisper Transcribe
by zahirinatzuke

Transcribe audio locally with faster-whisper or through the OpenAI Whisper API.

88 installs/wk local only
SpeechWeave
by speechweave

Transcribe local files and URLs with SpeechWeave's OpenAI-compatible API.

58 installs/wk local only
EarScribe MCP
by rocnubie

EarScribe is a browser-based transcription tool that converts audio to text on-device using OpenAI

local only

FunASR — questions

Answers built from our own checks of this server.

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