Best for
- Users who need local or private audio transcription
- Users already working with Docker, Claude, or Cursor
- Workflows that require FunASR or SenseVoice models
This is an upstream FunASR MCP server manifest, version 0.1.2, distributed as a Docker package over stdio for private local audio transcription. The manifest declares no tool names, so tool-level capabilities and invocation parameters cannot be verified further.
FunASR MCP Server is provided by the FunASR project for local audio transcription with FunASR and SenseVoice. The broader FunASR toolkit also supports streaming ASR, VAD, punctuation, speaker diarization, emotion recognition, and audio-event models, but this server manifest does not declare specific tool names. The server uses a Docker OCI image with stdio transport.
Run ghcr.io/modelscope/funasr-mcp:0.1.2 with Docker. Mount the host directory containing audio files read-only at /audio and use /audio/<file> when invoking the server. Mount a Docker volume named funasr-mcp-cache at /root/.cache/modelscope to persist downloaded ModelScope model files.