Mmcp.market

FunASR MCP server

by modelscope·io.github.modelscope/funasr-mcp·v0.1.2

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

A90/100grade A
What users say
No reviews yet
Be the first
Safety scan
A90/100

full report

Adoption
Established

21k stars

Reviews

Write one

Nobody has reviewed FunASR yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

FunASR tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it

no findings
  • –Code scanpackage could not be scannedn/a
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitylocal package, no credentials required12/15
  • Maintenancelast push 1 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Overall 90/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the FunASR repository's README, as published. We do not edit it. Read it on GitHub

(简体中文|English|日本語|한국어)

Industrial speech recognition toolkit for offline, streaming, and edge deployment. ASR · VAD · punctuation · speaker pipelines · emotion and audio-event models · OpenAI-compatible serving

Quick Start · Model selection · Models · Deployment matrix · Deployment hub · Docs · Benchmark · Contribute

Quick Start

Native Transformers

For Fun-ASR-Nano transcription with the Hugging Face API, start with the Transformers 5.17.0 CPU quickstart. No FunASR toolkit or remote Python code is needed.

Space · Notebook · Python / batch examples

FunASR toolkit and pipelines

No local setup? Open the Colab quickstart to transcribe a public sample or upload your own audio in a browser.

Found FunASR useful? Star the project so more builders can find it.

# CPU-only installs can use the default PyPI wheels.
pip install torch torchaudio
pip install funasr

For GPU quickstarts, install the PyTorch and torchaudio wheels that match your NVIDIA driver from pytorch.org before installing FunASR. After installation, confirm the GPU is visible:

python - <<'PY'
import torch
print(torch.cuda.is_available())
PY

Only use device="cuda" when this prints True; otherwise use device="cpu" or reinstall PyTorch with the correct CUDA wheel.

FunASR toolkit GPU example: Fun-ASR-Nano (Chinese, English, Japanese, and Chinese dialect groups and regional accents; the separate native Transformers CPU path is linked above):

from funasr import AutoModel

model = AutoModel(model="FunAudioLLM/Fun-ASR-Nano-2512", device="cuda")
result = model.generate(input="https://isv-data.oss-cn-hangzhou.aliyuncs.com/ics/MaaS/ASR/test_audio/asr_example_zh.wav")
print(result[0]["text"])

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add funasr-mcp -- docker run -i --rm ghcr.io/modelscope/funasr-mcp:0.1.2
Add to Cursor

FunASR: common questions

Is FunASR MCP server safe?
Yes, by our scan: it is graded A (90/100). Read the FunASR safety report
How do I install FunASR?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does FunASR need an API key?
Not as far as the registry entry and our scan can tell: no credentials are declared or required.
Is FunASR maintained?
The last commit was in the last day (2026-09-24). The latest release is v0.1.2.
What can I use instead of FunASR?
Servers from other publishers that do the same job: Justtranscribe MCP server, Equalang MCP server and NotebookLM MCP server. Compare all FunASR alternatives.

Alternatives to FunASR

Same job from other publishers: the closest match first, then the best rated.

All FunASR alternatives →
  • Justtranscribe
    Transcribe public videos & audio (YouTube, TikTok, IG) into accurate, timestamped text via API.
    A
  • Equalang
    Translate documents, subtitles, pictures, audio and video with layout kept; transcribe recordings.
    B
  • NotebookLM MCP
    Automate Google NotebookLM — Q&A with citations, audio, video, content generation
    C
  • three.ws Audio
    Text-to-speech, speech-to-text, audio-to-face lipsync, and motion-capture clips for 3D agents.
    B
  • Rendobar
    Transform video, audio and images, and generate media from prompts. FFmpeg, captions, models.
    A

More from modelscope →