MCP server example from FunASR that lets Claude transcribe local audio files with local speech recognition, automatic language handling, timestamps, and speaker labels when available.
The MCP server exposes a `transcribe_audio` tool that reads the local file path supplied by the agent., Configure clients so Claude can only request audio files from approved directories; do not expose arbitrary private folders or shared drives., First use can download FunASR model weights and dependencies from upstream model hosts; review network policy, cache location, and disk usage before use in restricted environments., Long recordings and GPU transcription can consume significant CPU, GPU, memory, and disk cache resources., Require confirmation before transcribing meetings, calls, interviews, voice notes, customer audio, regulated recordings, or files containing other people.
Privacy notes
Audio recordings can contain voices, names, accents, speaker identity, background speech, locations, health details, financial details, customer data, credentials spoken aloud, or other sensitive personal information., The upstream MCP example performs local inference and does not require an API key, but MCP clients, model providers, logs, terminal output, transcripts, screenshots, and shared chats can still retain audio paths and transcription text., Generated transcripts, timestamps, and speaker labels may identify individuals or reveal confidential conversations., Model downloads and package installation can contact PyPI, ModelScope, Hugging Face, or other dependency hosts depending on the environment and model configuration.
Author
FunASR
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-06
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
5 prerequisites to line up before setup. Includes a review or approval gate.
0/5 ready
Review & approval3General220 minutes
Safety & privacy surface
Safety & privacy surface
5 safety and 4 privacy notes across 5 risk areas. Review closely: credentials & tokens, permissions & scopes, network access.
5 areas
SafetyLocal filesThe MCP server exposes a `transcribe_audio` tool that reads the local file path supplied by the agent.
SafetyNetwork accessConfigure clients so Claude can only request audio files from approved directories; do not expose arbitrary private folders or shared drives.
SafetyNetwork accessFirst use can download FunASR model weights and dependencies from upstream model hosts; review network policy, cache location, and disk usage before use in restricted environments.
SafetyLocal filesLong recordings and GPU transcription can consume significant CPU, GPU, memory, and disk cache resources.
SafetyLocal filesRequire confirmation before transcribing meetings, calls, interviews, voice notes, customer audio, regulated recordings, or files containing other people.
PrivacyCredentials & tokensAudio recordings can contain voices, names, accents, speaker identity, background speech, locations, health details, financial details, customer data, credentials spoken aloud, or other sensitive personal information.
PrivacyCredentials & tokensThe upstream MCP example performs local inference and does not require an API key, but MCP clients, model providers, logs, terminal output, transcripts, screenshots, and shared chats can still retain audio paths and transcription text.
PrivacyExecution & processesGenerated transcripts, timestamps, and speaker labels may identify individuals or reveal confidential conversations.
PrivacyPermissions & scopesModel downloads and package installation can contact PyPI, ModelScope, Hugging Face, or other dependency hosts depending on the environment and model configuration.
Disclosure: MIT-licensed FunASR repository with an MCP server example for local speech transcription. Verify model licenses, recording consent, and data-handling requirements before using it with real meeting, call, or customer audio.
Safety notes
The MCP server exposes a `transcribe_audio` tool that reads the local file path supplied by the agent.
Configure clients so Claude can only request audio files from approved directories; do not expose arbitrary private folders or shared drives.
First use can download FunASR model weights and dependencies from upstream model hosts; review network policy, cache location, and disk usage before use in restricted environments.
Long recordings and GPU transcription can consume significant CPU, GPU, memory, and disk cache resources.
Require confirmation before transcribing meetings, calls, interviews, voice notes, customer audio, regulated recordings, or files containing other people.
Privacy notes
Audio recordings can contain voices, names, accents, speaker identity, background speech, locations, health details, financial details, customer data, credentials spoken aloud, or other sensitive personal information.
The upstream MCP example performs local inference and does not require an API key, but MCP clients, model providers, logs, terminal output, transcripts, screenshots, and shared chats can still retain audio paths and transcription text.
Generated transcripts, timestamps, and speaker labels may identify individuals or reveal confidential conversations.
Model downloads and package installation can contact PyPI, ModelScope, Hugging Face, or other dependency hosts depending on the environment and model configuration.
Prerequisites
Python environment with FunASR installed from PyPI or a reviewed source checkout.
Local checkout or copy of `examples/mcp_server/funasr_mcp.py` from the FunASR repository.
Audio files in an approved location and format such as WAV, MP3, FLAC, M4A, or OGG.
Optional GPU, Apple silicon, or CPU device selection through `FUNASR_DEVICE`.
Review of model-download behavior, storage location, compute requirements, and organization policy for processing speech recordings locally.
Schema details
Install type
cli
Troubleshooting
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
20 minutes
Difficulty
intermediate
Tool listing metadata
Disclosure
MIT-licensed FunASR repository with an MCP server example for local speech transcription. Verify model licenses, recording consent, and data-handling requirements before using it with real meeting, call, or customer audio.
FunASR MCP Server is the MCP server example included with the FunASR speech
recognition toolkit. It exposes a stdio MCP tool named transcribe_audio so
Claude can transcribe approved local audio files through FunASR's local ASR
models.
Use it when Claude needs to turn a meeting recording, interview, voice memo,
podcast clip, or other approved local audio file into text without sending the
audio to a hosted transcription API by default.
These sources were reviewed on 2026-06-06. Prefer the live repository, MCP
example README, PyPI package page, main README, license, setup metadata, MCP
server script, model-selection guide, deployment matrix, and migration guide for
current setup and model behavior.
Features
Expose one MCP tool, transcribe_audio, over stdio.
Accept a local audio_path for WAV, MP3, FLAC, M4A, OGG, and similar audio
files supported by the FunASR stack.
Return transcription text and, when available from the model output, segment
timestamps and speaker labels.
Run local inference with no service API key required by the MCP example.
Select CPU, CUDA, or Apple mps execution through FUNASR_DEVICE.
Use FunASR's speech recognition stack for multilingual ASR, VAD, punctuation,
and diarization workflows.
Installation
Install FunASR in a Python environment:
pip install funasr
Then configure your MCP client to launch the example server script from a
reviewed FunASR checkout:
Use cuda or mps only on machines where those accelerators are approved and
available.
Use Cases
Transcribe a meeting recording saved in an approved local folder.
Convert a voice memo into text before summarizing it.
Extract timestamped segments from an interview or podcast clip.
Compare local ASR output against a hosted transcription result.
Draft meeting notes while keeping the raw audio on the local machine.
Prototype speech-to-text workflows before deploying a dedicated FunASR API
server.
Safety and Privacy
FunASR MCP Server reads local audio paths supplied through the MCP client. Keep
the configured script and working directory scoped to approved recordings, and
require explicit approval before transcribing files from Downloads, shared
drives, customer folders, or private meeting archives.
Treat audio files, file paths, transcripts, timestamps, speaker labels, terminal
logs, and MCP conversation history as sensitive. Local inference avoids a hosted
transcription API by default, but package installation, model downloads, logs,
and connected AI clients can still expose metadata or transcript content.
Duplicate Check
No modelscope/FunASR, FunASR MCP, FunASR MCP Server, funasr_mcp.py, or
matching source URL entry was found in content/mcp or README.md. Existing
audio, media conversion, and local AI entries do not cover FunASR's MCP
transcription example.
Show that FunASR MCP Server is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/funasr-mcp-server)
How it compares
FunASR MCP Server side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
1 trust signal differ across this comparison (Submitter).
MCP server example from FunASR that lets Claude transcribe local audio files with local speech recognition, automatic language handling, timestamps, and speaker labels when available.
Transcribe audio, synthesize speech, and run audio intelligence directly from Claude with the official Deepgram MCP server — dynamic tool discovery fetches new capabilities from Deepgram's API at runtime without requiring package upgrades.
Official ElevenLabs MCP server for generating speech, designing voices, cloning voices, transcribing audio, creating sound effects, and working with conversational audio agents through the ElevenLabs API.
Query Groq's ultra-fast inference models from Claude — vision, text-to-speech, speech-to-text, batch processing, and agentic compound-beta tools with web search and code execution — using the official Groq Model Context Protocol server.
✓The MCP server exposes a `transcribe_audio` tool that reads the local file path supplied by the agent.
Configure clients so Claude can only request audio files from approved directories; do not expose arbitrary private folders or shared drives.
First use can download FunASR model weights and dependencies from upstream model hosts; review network policy, cache location, and disk usage before use in restricted environments.
Long recordings and GPU transcription can consume significant CPU, GPU, memory, and disk cache resources.
Require confirmation before transcribing meetings, calls, interviews, voice notes, customer audio, regulated recordings, or files containing other people.
✓Audio files and transcription payloads are sent to Deepgram's cloud API for processing — do not transcribe audio containing highly sensitive PII without reviewing Deepgram's data retention policies.
Text-to-speech outputs are returned as audio data via the API; no files are written to disk unless you explicitly save them.
✓ElevenLabs MCP Server can call paid ElevenLabs API endpoints; text-to-speech, voice design, voice cloning, audio isolation, transcription, sound generation, music, and agent workflows can consume account credits.
Voice cloning and voice conversion can create realistic synthetic speech, so require documented consent and review before processing a person's voice or publishing generated audio.
Generated speech, sound effects, music, transcripts, and conversation-agent configuration can affect public-facing content; review prompts, voice IDs, output format, language, and destination before publishing or sending.
File output mode writes generated files to disk under the configured base path; restrict that path to an approved directory and avoid broad home, desktop, or shared folders in production.
Use separate API keys or workspaces for test and production clients, monitor credit usage, and disable tools in clients that should not spend credits.
Some operations may take longer than normal MCP tool timeouts; do not retry expensive generation calls blindly.
✓The `compound-beta` tools include code execution and live web search — code runs in Groq's sandboxed environment but web requests are made to external URLs.
Text-to-speech and speech-to-text outputs are saved to `BASE_OUTPUT_PATH` (default: ~/Desktop) — ensure this path has appropriate access controls.
Privacy notes
✓Audio recordings can contain voices, names, accents, speaker identity, background speech, locations, health details, financial details, customer data, credentials spoken aloud, or other sensitive personal information.
The upstream MCP example performs local inference and does not require an API key, but MCP clients, model providers, logs, terminal output, transcripts, screenshots, and shared chats can still retain audio paths and transcription text.
Generated transcripts, timestamps, and speaker labels may identify individuals or reveal confidential conversations.
Model downloads and package installation can contact PyPI, ModelScope, Hugging Face, or other dependency hosts depending on the environment and model configuration.
✓Audio content (speech, recordings) is transmitted to Deepgram's servers for transcription and synthesis — review Deepgram's privacy policy for data handling and retention.
Your `DEEPGRAM_API_KEY` is passed as an environment variable — treat it as a secret.
✓The MCP client can expose ElevenLabs API keys, voice IDs, text prompts, voice descriptions, uploaded audio samples, generated audio paths, transcripts, diarized speaker labels, and conversational-agent settings.
Uploaded audio and generated outputs may contain biometric voice characteristics, names, background sounds, private conversations, or copyrighted material.
File, resource, and both output modes can retain generated audio locally, in MCP resources, in logs, or in chat transcripts depending on the client.
Treat voice samples and transcripts as sensitive data, and delete generated files or cached resources when they are no longer needed.
Review ElevenLabs account, retention, residency, and enterprise data-residency settings before using the server with regulated or customer data.
✓Text, images, and audio passed to Groq tools are sent to Groq's API for inference — do not pass sensitive or personally identifiable data.
Your `GROQ_API_KEY` is a secret — store it only in your MCP client configuration or a protected environment file, not in shell history or command-line arguments.
Prerequisites
Python environment with FunASR installed from PyPI or a reviewed source checkout.
Local checkout or copy of `examples/mcp_server/funasr_mcp.py` from the FunASR repository.
Audio files in an approved location and format such as WAV, MP3, FLAC, M4A, or OGG.
Optional GPU, Apple silicon, or CPU device selection through `FUNASR_DEVICE`.
A Deepgram API key (free tier at console.deepgram.com).
Python with `pip` available: `pip install deepgram-mcp` to install the package.
An MCP client such as Claude Code or Claude Desktop.
Python 3.11 or newer with `uvx` available.
An ElevenLabs API key for the account and workspace you intend Claude to use.
Review of ElevenLabs pricing, credits, voice-cloning policy, content rules, and data handling before enabling tools that generate or process audio.
An approved output directory when using file-based generated audio output.
A Groq API key (free at console.groq.com).
Python with `uv` installed: `pip install uv` or `brew install uv`.
An MCP client such as Claude Code or Claude Desktop.
Install
pip install funasr
claude mcp add deepgram -e DEEPGRAM_API_KEY=your-api-key -- deepgram-mcp